summaryrefslogtreecommitdiff
path: root/accounts/root@eostre.nix
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/root@eostre.nix')
-rw-r--r--accounts/root@eostre.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/accounts/root@eostre.nix b/accounts/root@eostre.nix
new file mode 100644
index 00000000..c7a418f8
--- /dev/null
+++ b/accounts/root@eostre.nix
@@ -0,0 +1,7 @@
1{ userName, ... }:
2
3{
4 home-manager.users.${userName} = { config, ... } : {
5 home.stateVersion = config.home.version.release;
6 };
7}