Desktop Updates Fri May 30 01:41:10 PM CDT 2025

This commit is contained in:
mjallen18
2025-05-30 13:41:10 -05:00
parent eece0b01f4
commit f9f512ee1e
9 changed files with 198 additions and 42 deletions

View File

@@ -14,6 +14,17 @@
./sops.nix
];
nix = {
settings = {
substituters = [
"https://cache.mjallen.dev"
];
trusted-public-keys = [
"cache.mjallen.dev-1:IzFmKCd8/gggI6lcCXsW65qQwiCLGFFN9t9s2iw7Lvc="
];
};
};
# Define a user account. Don't forget to set a password with passwd.
users.users = {
deck = {