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
|
# Development commands
|
||||||
devt = "devenv test";
|
devt = "devenv test";
|
||||||
|
|
||||||
|
devtas = "devenv tasks list";
|
||||||
|
devtar = "devenv tasks run";
|
||||||
devs = "devenv shell";
|
devs = "devenv shell";
|
||||||
devu = "devenv up -d";
|
devu = "devenv up -d";
|
||||||
devi = "nix flake init -t templates#";
|
devi = "nix flake init -t templates#";
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
networking.interfaces.enp10s0.wakeOnLan = {
|
networking.interfaces.enp10s0.wakeOnLan = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
time.hardwareClockInLocalTime = true;
|
||||||
boot.initrd.enable = true;
|
boot.initrd.enable = true;
|
||||||
boot.loader = {
|
boot.loader = {
|
||||||
efi.canTouchEfiVariables = true;
|
efi.canTouchEfiVariables = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue