summaryrefslogtreecommitdiff
path: root/hosts/ades
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/ades')
-rw-r--r--hosts/ades/common.nix1
-rw-r--r--hosts/ades/users.nix4
2 files changed, 0 insertions, 5 deletions
diff --git a/hosts/ades/common.nix b/hosts/ades/common.nix
index eea7f96..8e1a1a1 100644
--- a/hosts/ades/common.nix
+++ b/hosts/ades/common.nix
@@ -10,7 +10,6 @@ in
];
this.pc.enable = true;
- this.overlays.emacs.enable = lib.mkForce false;
this.gui.enable = true;
this.locales.default = "us";
diff --git a/hosts/ades/users.nix b/hosts/ades/users.nix
index 9da8982..f7f1cfc 100644
--- a/hosts/ades/users.nix
+++ b/hosts/ades/users.nix
@@ -4,8 +4,4 @@
this.users.enabled = [
"simon"
];
-
- users.users.simon = {
- shell = lib.mkForce pkgs.bash;
- };
}