add support for flakes in nixos config
This commit is contained in:
parent
bc5d182e1e
commit
4efdcd4e60
2 changed files with 32 additions and 0 deletions
|
|
@ -10,6 +10,9 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
# Enable Flakes and the new command-line tool
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue