mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
Minor cleanup
This commit is contained in:
parent
97af022c1a
commit
8af96429ff
4 changed files with 12 additions and 18 deletions
|
|
@ -1,15 +0,0 @@
|
|||
{
|
||||
networking.useNetworkd = true;
|
||||
systemd.network = {
|
||||
enable = true;
|
||||
networks."40-eno1" = {
|
||||
matchConfig.Name = "eno1";
|
||||
networkConfig.DHCP = "yes";
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
./nextcloud
|
||||
./paperless
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue