trying to unmodularize my setup

This commit is contained in:
Elias Gasparis 2025-01-05 11:49:14 +08:00
parent 195383e6d9
commit 2f5ed1481c
9 changed files with 56 additions and 20 deletions

View file

@ -10,8 +10,13 @@
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../../nixosModules/base.nix
../../nixosModules/modules.nix
];
# Enable/Disable Modules
dockerModule.enable = true;
boot.initrd.luks.devices."luks-880424d4-ac69-44cf-aa3b-99a224128551".device = "/dev/disk/by-uuid/880424d4-ac69-44cf-aa3b-99a224128551";
networking.hostName = "greynix"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.