From fbb0086e1da36131d49a1083a485d139958d93f2 Mon Sep 17 00:00:00 2001 From: tootbrute Date: Sun, 5 Jan 2025 11:53:53 +0800 Subject: [PATCH] Update NixOS config. --- hosts/greynix/configuration.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/greynix/configuration.nix b/hosts/greynix/configuration.nix index 31bbe4b..8e63ad4 100644 --- a/hosts/greynix/configuration.nix +++ b/hosts/greynix/configuration.nix @@ -12,8 +12,10 @@ ./hardware-configuration.nix ]; + # from failed module experiment + # https://youtu.be/vYc6IzKvAJQ # 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"; networking.hostName = "greynix"; # Define your hostname.