summaryrefslogtreecommitdiff
path: root/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'nixos')
-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;
};