Compare commits

...

3 Commits

Author SHA1 Message Date
Bailey 9f129b4777 Removes unused inputs in pegasi config. 2024-03-25 21:49:57 -04:00
Bailey f245a41929 Changes wake on lan port for sol. 2024-03-25 21:49:57 -04:00
Bailey 2fa67f765d Adds arm64 and risc-v emulation to sol. 2024-03-25 21:49:57 -04:00
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,5 @@
{
pkgs,
config,
lib,
...
}:

View File

@ -17,6 +17,8 @@
};
programs.mosh.enable = true;
boot.binfmt.emulatedSystems = [ "aarch64-linux" "riscv64-linux" ];
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "23.11"; # Did you read the comment?

View File

@ -35,7 +35,7 @@
# Networking config
networking.hostId = "fb02af6e";
networking.interfaces.enp135s0.wakeOnLan.enable = true;
networking.interfaces.eno3.wakeOnLan.enable = true;
networking.useDHCP = true;
# Hardware config