summaryrefslogtreecommitdiff
path: root/configurations/test-headless/default.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2022-09-11 19:28:11 +0300
committerAzat Bahawi <azat@bahawi.net>2022-09-11 19:28:11 +0300
commit96ca9558928f4ffc9a99a94059fcd93d0a9de761 (patch)
tree4c89ece6605c439b8c3bf4531f4c9fcde8bf7245 /configurations/test-headless/default.nix
parentdcb02e0ea80821d60185569fb88ec66bea3f3f08 (diff)
2022-09-11
Diffstat (limited to 'configurations/test-headless/default.nix')
-rw-r--r--configurations/test-headless/default.nix11
1 files changed, 1 insertions, 10 deletions
diff --git a/configurations/test-headless/default.nix b/configurations/test-headless/default.nix
index c085e63..919a436 100644
--- a/configurations/test-headless/default.nix
+++ b/configurations/test-headless/default.nix
@@ -1,12 +1,5 @@
-{
- lib,
- modulesPath,
- ...
-}:
+{lib, ...}:
with lib; {
- imports = ["${modulesPath}/profiles/qemu-guest.nix"];
-
- # This will allow `nix flake check` tests to pass.
nixfiles.modules = {
endlessh-go.enable = mkForce false;
node-exporter.enable = mkForce false;
@@ -17,6 +10,4 @@ with lib; {
fileSystems."/".device = "/dev/null";
documentation.enable = mkForce false;
-
- system.stateVersion = "22.05";
}