summaryrefslogtreecommitdiff
path: root/hosts/toaster/default.nix
diff options
context:
space:
mode:
authorGrisha Shipunov2024-12-31 17:13:04 +0100
committerGrisha Shipunov2024-12-31 17:13:04 +0100
commit091b092b2eda01646a8eb7c7e6cdd7a304304928 (patch)
tree6c83c4dde9d5729ce02e120ef92434eb16b4211d /hosts/toaster/default.nix
parent6fed8f89f75452cbd6ccd607cac16d5190e84990 (diff)
back to nix
Diffstat (limited to 'hosts/toaster/default.nix')
-rw-r--r--hosts/toaster/default.nix16
1 files changed, 8 insertions, 8 deletions
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?
}