This commit is contained in:
2025-02-10 21:47:57 -05:00
parent 2b66f1a774
commit 5cb473d279
10 changed files with 76 additions and 67 deletions

View File

@@ -126,7 +126,7 @@
];
};
age.identityPaths = [ "/home/${username}/.ssh/id_ed25519" ];
# age.identityPaths = [ "/home/${username}/.ssh/id_ed25519" ];
# networking
networking = import ./networking.nix { inherit hostname; };
@@ -168,11 +168,6 @@
pulse.enable = true;
};
age.secrets.password-hash = {
file = ./secrets/password-hash.age;
path = "/tmp/password-hash-secret";
};
# Define my user account (the rest of the configuration if found in `~/.config/home-manager/...`)
users.users.${username} = {
isNormalUser = true;
@@ -183,7 +178,7 @@
"camera"
"adbusers"
];
hashedPasswordFile = config.age.secrets.password-hash.path;
hashedPasswordFile = "${./secrets/password-hash}";
};
services.gvfs.enable = true;
@@ -216,7 +211,7 @@
dmidecode
(inputs.agenix.packages.${pkgs.system}.default.override { ageBin = "${pkgs.rage}/bin/rage"; })
# (inputs.agenix.packages.${pkgs.system}.default.override { ageBin = "${pkgs.rage}/bin/rage"; })
doas-sudo-shim
@@ -226,6 +221,11 @@
man-pages
man-pages-posix
# needed for home-manager
git
home-manager
# https://github.com/chaotic-cx/nyx/issues/972
# config.boot.kernelPackages.perf
];