Update NixOS config.
This commit is contained in:
parent
373bdf185b
commit
fbb0086e1d
1 changed files with 3 additions and 1 deletions
|
@ -12,8 +12,10 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# from failed module experiment
|
||||||
|
# https://youtu.be/vYc6IzKvAJQ
|
||||||
# Enable/Disable Modules
|
# Enable/Disable Modules
|
||||||
dockerModule.enable = true;
|
# dockerModule.enable = true;
|
||||||
|
|
||||||
boot.initrd.luks.devices."luks-880424d4-ac69-44cf-aa3b-99a224128551".device = "/dev/disk/by-uuid/880424d4-ac69-44cf-aa3b-99a224128551";
|
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.hostName = "greynix"; # Define your hostname.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue