mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update server configuration
This commit is contained in:
@@ -6,7 +6,19 @@
|
||||
../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.stateVersion = "23.05";
|
||||
|
||||
@@ -109,6 +109,7 @@
|
||||
prismlauncher
|
||||
ventoy-full
|
||||
psensor
|
||||
quickemu
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
@@ -30,5 +30,3 @@
|
||||
"/nix".options = [ "compress=zstd" "noatime" ];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user