summaryrefslogtreecommitdiff
path: root/host/obelix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/obelix.nix')
-rw-r--r--host/obelix.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/host/obelix.nix b/host/obelix.nix
index 583fbde..4d3a5a7 100644
--- a/host/obelix.nix
+++ b/host/obelix.nix
@@ -4,6 +4,7 @@
imports = [
./hardware/obelix.nix
./software/desktop
+ ./software/server/build.nix
];
boot = {
@@ -49,4 +50,6 @@
];
};
};
+
+ system.stateVersion = "18.09";
}