summaryrefslogtreecommitdiff
path: root/accounts/root@surtr.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/root@surtr.nix')
-rw-r--r--accounts/root@surtr.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/accounts/root@surtr.nix b/accounts/root@surtr.nix
new file mode 100644
index 00000000..58c4f21d
--- /dev/null
+++ b/accounts/root@surtr.nix
@@ -0,0 +1,3 @@
1{ userName, ... }: {
2 home-manager.users.${userName}.home.stateVersion = "20.09";
3}