Forget email, it never worked anyway
This commit is contained in:
+1
-9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user