From 19bcb51ac6258cc0cb4892beec78c7c90fe5675d Mon Sep 17 00:00:00 2001 From: caley Date: Thu, 11 Jun 2026 22:32:04 +0200 Subject: Update configuration.nix --- nixos/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index cfe14fa..7d938f7 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -26,10 +26,10 @@ memoryPercent = 25; }; - services.getty.autologinUser = "silly"; + services.getty.autologinUser = "cat"; services.fstrim.enable = true; - networking.hostName = "cat"; + networking.hostName = "box"; networking.networkmanager.enable = true; time.timeZone = "Europe/Berlin"; @@ -81,9 +81,9 @@ extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; }; - users.users.silly = { + users.users.cat = { isNormalUser = true; - description = "silly"; + description = "cat"; extraGroups = [ "networkmanager" "wheel" ]; shell = pkgs.fish; }; -- cgit v1.3.1