sisko: Change to NetworkManager. Add misc. packages

This commit is contained in:
2025-06-08 16:45:47 +02:00
parent 7f892fa284
commit cf6a836f80
2 changed files with 22 additions and 13 deletions

View File

@@ -11,15 +11,16 @@
networking = {
hostName = "sisko";
defaultGateway = "192.168.10.1";
interfaces.enp14s0 = {
ipv4 = {
addresses = [
{ address = "192.168.10.172"; prefixLength = 24; }
];
};
wakeOnLan.enable = true;
};
networkmanager.enable = true;
# defaultGateway = "192.168.10.1";
# interfaces.enp14s0 = {
# ipv4 = {
# addresses = [
# { address = "192.168.10.172"; prefixLength = 24; }
# ];
# };
# wakeOnLan.enable = true;
# };
hostId = "b716d781";
};
@@ -27,7 +28,7 @@
sops.defaultSopsFile = ../../secrets/sisko/sisko.yaml;
environment.variables = { EDITOR = "vim"; };
users.users.felixalb.extraGroups = [ "dialout" ];
users.users.felixalb.extraGroups = [ "dialout" "networkmanager" ];
programs = {
gamemode.enable = true;
@@ -57,6 +58,9 @@
"steam-unwrapped"
"tlclient"
];
permittedInsecurePackages = [
"openssl-1.1.1w"
];
};