Add custom config for root.

This commit is contained in:
2021-11-15 16:23:33 -08:00
parent d1b245e42d
commit 6b04af4689
3 changed files with 129 additions and 27 deletions
+1 -2
View File
@@ -17,7 +17,7 @@ let
user-config-map = {
niten = ./niten.nix;
# FIXME: Root shouldn't have all this stuff installed!
root = ./niten.nix;
root = ./root.nix;
viator = ./niten.nix;
xiaoxuan = ./xiaoxuan.nix;
};
@@ -60,7 +60,6 @@ in {
niten-doom-config;
username = "root";
user-email = "root@${config.instance.local-domain}";
enable-gui = false;
home-dir = "/root";
};
};