summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-08-02 17:03:25 -0600
committerAlejandro Soto <alejandro@34project.org>2024-08-03 11:11:27 -0600
commit92848a9ab888518d7211327d7733f40814e7ccbf (patch)
tree2eeeacce2462f5c8b1eee9f429bd749668a3bf4b /flake.nix
parentae67454d07f2e2cfe66dbfaa19b4296499171ba8 (diff)
sys/[lustrated]: initial commit
Diffstat (limited to '')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 6b11dd6..0be5c2a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -33,6 +33,8 @@
pre-commit-hooks-nix.follows = "";
};
};
+
+ vpsadminos.url = "github:vpsfreecz/vpsadminos";
};
outputs =
@@ -46,6 +48,7 @@
, nixvirt
, flake-utils
, lanzaboote
+ , vpsadminos
}:
let
system = "x86_64-linux";