From 9818fa8f9a20fde91dad8bd2e5be6ec4efa6dd3a Mon Sep 17 00:00:00 2001 From: caley Date: Tue, 16 Jun 2026 19:22:51 +0200 Subject: Update configuration.nix --- nixos/hosts/bin/configuration.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'nixos/hosts/bin/configuration.nix') 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 ]; -- cgit v1.3.1