diff options
Diffstat (limited to 'nixos/hosts/bin')
| -rw-r--r-- | nixos/hosts/bin/configuration.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/hosts/bin/configuration.nix b/nixos/hosts/bin/configuration.nix index ccfef77..41447cc 100644 --- a/nixos/hosts/bin/configuration.nix +++ b/nixos/hosts/bin/configuration.nix @@ -25,9 +25,6 @@ enable = true; memoryPercent = 25; }; - - services.getty.autologinUser = "cat"; - services.fstrim.enable = true; networking.hostName = "bin"; networking.networkmanager.enable = true; @@ -49,7 +46,6 @@ nixpkgs.config.allowUnfree = true; programs.fish.enable = true; - programs.dconf.enable = true; users.users.cat = { isNormalUser = true; @@ -60,7 +56,6 @@ environment.systemPackages = with pkgs; [ git - kitty neovim btop ]; |
