Switch to flakes
This commit is contained in:
parent
ba885cb236
commit
5efe0fd5a5
9 changed files with 121 additions and 6 deletions
|
@ -10,6 +10,12 @@
|
|||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
# Nix Flakes
|
||||
nix.package = pkgs.nixFlakes;
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
|
||||
# Use the systemd-boot EFI boot loader.]
|
||||
boot.loader = {
|
||||
systemd-boot.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue