summaryrefslogtreecommitdiff
path: root/hosts/nara/configuration.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-05-25 02:51:06 -0700
committerFuwn <[email protected]>2025-05-25 02:51:06 -0700
commit1bf66ae55bc982a89b706fbc1e5abdfc55acc2a8 (patch)
tree92fd4af8024c5587ca67c7d5cc2939955fde697c /hosts/nara/configuration.nix
parentNara: Use unstable nixpkgs (diff)
downloadnixos-config-1bf66ae55bc982a89b706fbc1e5abdfc55acc2a8.tar.xz
nixos-config-1bf66ae55bc982a89b706fbc1e5abdfc55acc2a8.zip
Nara: Upgrade Determinate and nix-darwin
Diffstat (limited to 'hosts/nara/configuration.nix')
-rw-r--r--hosts/nara/configuration.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/hosts/nara/configuration.nix b/hosts/nara/configuration.nix
index 1517f20..dde8e8d 100644
--- a/hosts/nara/configuration.nix
+++ b/hosts/nara/configuration.nix
@@ -5,5 +5,8 @@
"${self}/modules/mac"
];
- system.stateVersion = 5;
+ system = {
+ stateVersion = 5;
+ primaryUser = "ebisu";
+ };
}