From 091b092b2eda01646a8eb7c7e6cdd7a304304928 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Tue, 31 Dec 2024 17:13:04 +0100 Subject: back to nix --- hosts/toaster/default.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'hosts/toaster/default.nix') diff --git a/hosts/toaster/default.nix b/hosts/toaster/default.nix index 0a2d48d..c21086d 100644 --- a/hosts/toaster/default.nix +++ b/hosts/toaster/default.nix @@ -3,12 +3,12 @@ ./amd.nix ./amd-new-pstate.nix ./hardware-configuration.nix - ./irc.nix + # ./irc.nix ./stateful-network.nix - ./network.nix - ./network-vpns.nix - ./secrets.nix - ./secure-boot.nix + # ./network.nix + # ./network-vpns.nix + # ./secrets.nix + # ./secure-boot.nix ./zfs.nix ]; @@ -31,7 +31,7 @@ supportedLocales = [ "all" ]; }; - users.users.grue = { + users.users."0xa" = { extraGroups = [ "wheel" "video" @@ -41,7 +41,7 @@ "libvirtd" ]; group = "users"; - home = "/home/grue"; + home = "/home/0xa"; isNormalUser = true; uid = 1000; }; @@ -60,6 +60,6 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "23.05"; # Did you read the comment? + system.stateVersion = "24.11"; # Did you read the comment? } -- cgit v1.3.1