sisko: Change to NetworkManager. Add misc. packages
This commit is contained in:
@@ -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"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user