sail: Reorder network config
This commit is contained in:
parent
13b37924c5
commit
2b4e2bb72a
1 changed files with 5 additions and 5 deletions
|
@ -96,6 +96,11 @@ in
|
|||
|
||||
zramSwap.enable = true;
|
||||
|
||||
networking = {
|
||||
hostName = "sail";
|
||||
useNetworkd = true;
|
||||
};
|
||||
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
|
||||
|
@ -127,11 +132,6 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostName = "sail";
|
||||
useNetworkd = true;
|
||||
};
|
||||
|
||||
services.journald.extraConfig = ''
|
||||
SystemMaxUse=1G
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue