mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
networking updates, too many to write down
This commit is contained in:
parent
45b01c5979
commit
2bb6fa41e0
13 changed files with 151 additions and 152 deletions
|
@ -6,7 +6,7 @@
|
|||
./hardware-configuration.nix
|
||||
# ./modules/adguard
|
||||
./modules/networks
|
||||
# ./modules/backup
|
||||
./modules/backup
|
||||
./modules/grafana
|
||||
./modules/prometheus
|
||||
./modules/matrix
|
||||
|
@ -22,6 +22,7 @@
|
|||
loader.efi.canTouchEfiVariables = true;
|
||||
tmp.useTmpfs = true;
|
||||
};
|
||||
systemd.package = pkgs.systemd.override { withHomed = false; };
|
||||
services.btrfs.autoScrub.enable = true;
|
||||
|
||||
sops.secrets."store/secretkey" = { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue