disable noXlibs

Causes recompilation of many things...
This commit is contained in:
Tim Schubert 2023-02-04 18:00:29 +01:00
parent 9c27dbc6c3
commit 87d883664f
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
3 changed files with 7 additions and 12 deletions

View file

@ -9,6 +9,7 @@ in
{
imports = [
./hardware-configuration.nix
../modules/profiles/cloud.nix
];
networking.hostName = hostName;
@ -50,7 +51,10 @@ in
};
networking.useDHCP = false;
networking.interfaces.ens3.useDHCP = true;
networking.interfaces.ens3 = {
useDHCP = true;
ipv4.addresses = [{ address = "49.12.3.98"; prefixLength = 32; }];
};
networking.firewall = {
enable = true;
@ -83,14 +87,6 @@ in
interface = "ens3";
};
#boot.initrd.network.ssh = {
# enable = true;
# port = 22;
# authorizedKeys = "${keys}/dadada.pub";
# hostKeys = [
# ];
#};
swapDevices = [
{
device = "/var/swapfile";