diff options
| author | caley <u65487754@gmail.com> | 2026-06-16 19:22:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-16 19:22:51 +0200 |
| commit | 9818fa8f9a20fde91dad8bd2e5be6ec4efa6dd3a (patch) | |
| tree | 14b9488f2abce8fce7f4701962a2ba3971d2f398 | |
| parent | 289d358e9a96fd2b7027756bf73e1bc13596c69c (diff) | |
Update configuration.nix
| -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 ]; |
