glotzbert: fix

This commit is contained in:
Astro 2021-10-18 22:23:43 +02:00
parent eb6fb245c8
commit e3361628f4
1 changed files with 3 additions and 3 deletions

View File

@ -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