trying to unmodularize my setup
This commit is contained in:
parent
195383e6d9
commit
2f5ed1481c
9 changed files with 56 additions and 20 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue