Switch to vlans in place of static IPs
This commit is contained in:
parent
03dfb572aa
commit
5dd407f841
7 changed files with 27 additions and 28 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, ... }:
|
||||
{ config, lib, ... }:
|
||||
{
|
||||
boot = {
|
||||
supportedFilesystems = {
|
||||
|
@ -11,7 +11,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
services = {
|
||||
services = lib.mkIf config.environment.persistence."/persist".enable {
|
||||
btrfs.autoScrub.enable = true;
|
||||
fstrim.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue