Initial setup
This commit is contained in:
commit
ac3f55966b
9 changed files with 285 additions and 0 deletions
5
system.nix
Normal file
5
system.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{ config, lib, pkgs, ... }: {
|
||||
# System boots
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue