summaryrefslogtreecommitdiff
path: root/ivi
diff options
context:
space:
mode:
authorMike Vink <mike1994vink@gmail.com>2023-11-20 12:41:02 +0000
committerMike Vink <mike1994vink@gmail.com>2023-11-20 12:41:02 +0000
commitde0bf05c6c438c6365fbc2f6f45ccc091dd45f52 (patch)
tree1ab0dc34f561f81327c015fd9293a1785b3622be /ivi
parent014a0e2e9ecade436b6a150c9a3003bfa3917f77 (diff)
fixup
Diffstat (limited to 'ivi')
-rw-r--r--ivi/ivi.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/ivi/ivi.nix b/ivi/ivi.nix
index 838f5a0..e3a0938 100644
--- a/ivi/ivi.nix
+++ b/ivi/ivi.nix
@@ -64,6 +64,7 @@ self: lib: with lib; let
machines = {
lemptop = {
secrets = true;
+ addroot = true;
profiles = [
"core"
"station"
@@ -71,6 +72,7 @@ self: lib: with lib; let
];
};
wsl = {
+ addroot = false;
secrets = false;
profiles = [
"core"
@@ -78,6 +80,7 @@ self: lib: with lib; let
};
serber = {
secrets = true;
+ addroot = true;
isDeployed = true;
profiles = [
"core"