summary refs log tree commit diff
path: root/machines/fourmi/default.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-04-16 20:38:23 +0200
committerMel <mel@rnrd.eu>2025-04-17 02:01:42 +0200
commit74e7882728702222e49c1c14d76c915863f0b316 (patch)
tree1a4f51b32c69e1a6cae5b641d5a8181022834118 /machines/fourmi/default.nix
parent2c077263e033aaaa602d1eead55804325a492116 (diff)
downloadnetwork-74e7882728702222e49c1c14d76c915863f0b316.tar.zst
network-74e7882728702222e49c1c14d76c915863f0b316.zip
Disable docker and create zram swap space for fourmi
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'machines/fourmi/default.nix')
-rw-r--r--machines/fourmi/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/machines/fourmi/default.nix b/machines/fourmi/default.nix
index 25269d2..091391a 100644
--- a/machines/fourmi/default.nix
+++ b/machines/fourmi/default.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }:
+{ pkgs, lib, ... }:
 
 {
   imports = [
@@ -22,6 +22,8 @@
     };
   };
 
+  virtualisation.docker.enable = lib.mkForce false;
+
   # extra packages for dealing with the device
   # hardware.
   environment.systemPackages = with pkgs; [