mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 21:01:34 +01:00
Modularize the backup configuration
This commit is contained in:
parent
e333333914
commit
40a8ba846a
4 changed files with 101 additions and 88 deletions
|
|
@ -66,10 +66,7 @@ in
|
|||
...
|
||||
}:
|
||||
{
|
||||
imports = [
|
||||
"${self}/modules/system/sops.nix"
|
||||
"${self}/modules/system/tailscale.nix"
|
||||
];
|
||||
imports = [ self.nixosModules.default ];
|
||||
|
||||
system = {
|
||||
inherit stateVersion;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue