Forget email, it never worked anyway

This commit is contained in:
2021-11-15 16:25:19 -08:00
parent 6b04af4689
commit 63c2fdd679
2 changed files with 2 additions and 39 deletions
+1 -9
View File
@@ -6,7 +6,7 @@ with lib;
let
user-configs = {
niten = ./niten.nix;
root = ./niten.nix;
root = ./root.nix;
viator = ./niten.nix;
xiaoxuan = ./xiaoxuan.nix;
};
@@ -14,14 +14,6 @@ let
hostname = config.instance.hostname;
enable-gui = config.fudo.hosts.${hostname}.enable-gui;
user-config-map = {
niten = ./niten.nix;
# FIXME: Root shouldn't have all this stuff installed!
root = ./root.nix;
viator = ./niten.nix;
xiaoxuan = ./xiaoxuan.nix;
};
local-users = let
local-usernames = attrNames config.instance.local-users;
in filterAttrs