* switch backup from wasabi-s3 to btrfs via ssh * add srv0 at home * run webserver and syncthing at home
15 lines
202 B
Nix
15 lines
202 B
Nix
{ ... }:
|
|
|
|
{
|
|
disabledModules = [
|
|
];
|
|
imports = [
|
|
../../profiles/common/configuration.nix
|
|
../../modules/opinionatedDisk.nix
|
|
|
|
./system.nix
|
|
./hw.nix
|
|
./pkg.nix
|
|
./boot.nix
|
|
];
|
|
}
|