diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 19:33:49 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-18 19:33:49 +0200 |
commit | c0f966510475d8d621f302c1bd70f430e589b838 (patch) | |
tree | bac9c5d1dc178003c27c3b0823b4f4a7591df31c /flake/nixosConfigurations/default.nix | |
parent | refactor(hosts): Move all unmaintained hosts to the `_unmaintained` dir (diff) | |
download | nixos-config-c0f966510475d8d621f302c1bd70f430e589b838.tar.gz nixos-config-c0f966510475d8d621f302c1bd70f430e589b838.zip |
feat(hosts): Share common options
Diffstat (limited to 'flake/nixosConfigurations/default.nix')
-rw-r--r-- | flake/nixosConfigurations/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index c4353d5f..564d2535 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -36,6 +36,7 @@ serverphone.nixosModules.default ../../modules + ./common.nix ]; specialArgs = { |