summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcaley <u65487754@gmail.com>2026-06-11 22:32:04 +0200
committerGitHub <noreply@github.com>2026-06-11 22:32:04 +0200
commit19bcb51ac6258cc0cb4892beec78c7c90fe5675d (patch)
tree45bc6e1deb2a4dc24c70f758cfe23acf1b25d941
parent59a560c6441001e1535aedfac79bf572b3db5520 (diff)
Update configuration.nix
-rw-r--r--nixos/configuration.nix8
1 files 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;
};