Nixfiles! :3
0

Configure Feed

Select the types of activity you want to include in your feed.

Enable experimental features for the flake to build

Signed-off-by: MLC Bloeiman <mar@strawmelonjuice.com>

MLC Bloeiman (May 4, 2026, 8:29 PM UTC) 174086ac 9c041d3e

+2
+2
hosts/frigometri/configuration.nix
··· 7 7 }: 8 8 { 9 9 imports = [ (modulesPath + "/virtualisation/proxmox-lxc.nix") ]; 10 + 10 11 nix.settings = { 12 + experimental-features = [ "nix-command" "flakes" ]; 11 13 sandbox = false; 12 14 }; 13 15 networking.firewall.enable = false;