mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 11:31:36 +01:00
Update server configuration
This commit is contained in:
@@ -6,7 +6,19 @@
|
|||||||
../shared.nix
|
../shared.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "server";
|
networking = {
|
||||||
|
hostName = "server";
|
||||||
|
interfaces = {
|
||||||
|
enp41s0.ipv6.addresses = [{
|
||||||
|
address = "2a01:4f8:a0:8246::1";
|
||||||
|
prefixLength = 64;
|
||||||
|
}];
|
||||||
|
};
|
||||||
|
defaultGateway6 = {
|
||||||
|
address = "fe80::1";
|
||||||
|
interface = "enp41s0";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home-manager.users.thiloho = { pkgs, lib, ... }: {
|
home-manager.users.thiloho = { pkgs, lib, ... }: {
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
|
|||||||
@@ -109,6 +109,7 @@
|
|||||||
prismlauncher
|
prismlauncher
|
||||||
ventoy-full
|
ventoy-full
|
||||||
psensor
|
psensor
|
||||||
|
quickemu
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -30,5 +30,3 @@
|
|||||||
"/nix".options = [ "compress=zstd" "noatime" ];
|
"/nix".options = [ "compress=zstd" "noatime" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user