From e3361628f4ad031aef906244774a2d603336a811 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 18 Oct 2021 22:23:43 +0200 Subject: [PATCH] glotzbert: fix --- hosts/glotzbert/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/glotzbert/default.nix b/hosts/glotzbert/default.nix index 8c2d62a6..cdc59ce2 100644 --- a/hosts/glotzbert/default.nix +++ b/hosts/glotzbert/default.nix @@ -4,11 +4,13 @@ imports = [ ./hardware-configuration.nix ]; c3d2 = { - users.k-ot = true; isInHq = true; hq.interface = "eno1"; hq.enableBinaryCache = false; + users.k-ot = true; + users.emery = true; }; + users.users.emery.cryptHomeLuks = "/home/emery.luks.img"; nixpkgs.config.allowUnfree = true; nix = { @@ -120,8 +122,6 @@ ]; }; - users.users.emery.cryptHomeLuks = "/home/emery.luks.img"; - # This value determines the NixOS release with which your system is to be # compatible, in order to avoid breaking some software such as database # servers. You should change this only after NixOS release notes say you