summaryrefslogtreecommitdiff
path: root/systems/glados
diff options
context:
space:
mode:
Diffstat (limited to 'systems/glados')
-rw-r--r--systems/glados/default.nix11
1 files changed, 8 insertions, 3 deletions
diff --git a/systems/glados/default.nix b/systems/glados/default.nix
index 0d64af7..42cdeb8 100644
--- a/systems/glados/default.nix
+++ b/systems/glados/default.nix
@@ -4,6 +4,7 @@
inputs,
...
}:
+
{
imports = [
./hardware-configuration.nix
@@ -80,10 +81,14 @@
traits = {
arm-builder.enable = true;
- containers.enable = true;
determinate.enable = true;
mac-builder.enable = true;
- tailscale.enable = true;
- zram.enable = true;
};
+
+ virtualisation = {
+ oci-containers.backend = "podman";
+ podman.enable = true;
+ };
+
+ zramSwap.enable = true;
}