Move remaining nix configs into folders.

This commit is contained in:
Tom Alexander 2024-12-29 15:27:03 -05:00
parent 81315e4c7b
commit fe820e5843
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
5 changed files with 9 additions and 9 deletions

View File

@ -18,9 +18,9 @@
sha256 = "0j76ar4qz320fakdii4659w5lww8wiz6yb7g47npywqvf2lbp388";
}
}/module.nix"
./boot.nix
./zfs.nix
./network.nix
./roles/boot
./roles/zfs
./roles/network
./roles/firewall
./roles/zsh
./roles/graphics

View File

@ -89,11 +89,11 @@
pcsctools
];
nixpkgs.overlays = [
(final: prev: {
gnupg = pkgs-unstable.gnupg;
scdaemon = pkgs-unstable.scdaemon;
})
];
# nixpkgs.overlays = [
# (final: prev: {
# gnupg = pkgs-unstable.gnupg;
# scdaemon = pkgs-unstable.scdaemon;
# })
# ];
}