From 3dd1a6d822248204f8b2a2ea147ebca533e21f62 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Tue, 4 Feb 2025 22:24:05 -0800 Subject: migration: enable nix features --- snowfall/modules/nixos/system/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'snowfall/modules/nixos/system') diff --git a/snowfall/modules/nixos/system/default.nix b/snowfall/modules/nixos/system/default.nix index dc790bd..7d23117 100644 --- a/snowfall/modules/nixos/system/default.nix +++ b/snowfall/modules/nixos/system/default.nix @@ -17,6 +17,8 @@ in { }; config = { + nix.settings.experimental-features = [ "nix-command" "flakes" ]; + networking.hostName = cfg.hostname; networking.hostId = cfg.id; -- cgit v1.2.3