atauno: enable flakes

This commit is contained in:
alex 2024-02-04 14:19:21 -05:00
parent 6963b3010c
commit da4ce64a16
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
./hardware-configuration.nix
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nixpkgs.config.allowUnfree = true;
# Use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;