Compare commits
1 commit
a038b7c80c
...
09ed8c1244
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09ed8c1244 |
2 changed files with 2 additions and 22 deletions
|
|
@ -10,6 +10,7 @@ in
|
|||
imports = [
|
||||
self.nixosModules.default
|
||||
"${modulesPath}/virtualisation/lxc-container.nix"
|
||||
./configuration.nix
|
||||
];
|
||||
services = {
|
||||
tty-ips.enable = true;
|
||||
|
|
@ -21,7 +22,7 @@ in
|
|||
"d0e265fcf663451ae9bc048dc1297749819ce9d48042a986f2866c15a779a074"
|
||||
];
|
||||
};
|
||||
hostName = "tofu";
|
||||
hostName = "smultiboi";
|
||||
};
|
||||
environment.systemPackages = [
|
||||
];
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
{
|
||||
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
networks."50-eth0" = {
|
||||
|
||||
matchConfig.Name = "eth0";
|
||||
networkConfig = {
|
||||
DHCP = "ipv4";
|
||||
IPv6AcceptRA = true;
|
||||
};
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
dhcpcd.enable = false;
|
||||
useDHCP = false;
|
||||
useHostResolvConf = false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue