From 21dfa5b82158b7f5dd86140cc36d535958dd7de2 Mon Sep 17 00:00:00 2001 From: niten Date: Sun, 2 Jun 2024 14:41:06 -0700 Subject: [PATCH] Make paris a 'fudo' system --- hosts/paris.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/paris.nix b/hosts/paris.nix index 0281a3e..11cf5fd 100644 --- a/hosts/paris.nix +++ b/hosts/paris.nix @@ -5,4 +5,5 @@ site = "portage"; # Running in a container nixos-system = false; + fudo-system = true; }