wittle changes
This commit is contained in:
parent
09e7e65d91
commit
69715b78b6
2 changed files with 4 additions and 0 deletions
|
|
@ -27,6 +27,9 @@
|
|||
|
||||
# Development commands
|
||||
devt = "devenv test";
|
||||
|
||||
devtas = "devenv tasks list";
|
||||
devtar = "devenv tasks run";
|
||||
devs = "devenv shell";
|
||||
devu = "devenv up -d";
|
||||
devi = "nix flake init -t templates#";
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
networking.interfaces.enp10s0.wakeOnLan = {
|
||||
enable = true;
|
||||
};
|
||||
time.hardwareClockInLocalTime = true;
|
||||
boot.initrd.enable = true;
|
||||
boot.loader = {
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue