diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-06-28 13:11:32 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-06-28 13:11:32 +0200 |
| commit | d30e60036816173d01ca48a0f76dbcf78352a01f (patch) | |
| tree | 1ab5515c7d5f3ed0892ea982d5b11a409c6db1f8 /modules/hosts/herra/default.nix | |
| parent | 5fcc532aa89611efa227dc039786b3dc6a26711a (diff) | |
Moved hosts to be a top level directory instead of under modules
Diffstat (limited to 'modules/hosts/herra/default.nix')
| -rw-r--r-- | modules/hosts/herra/default.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/hosts/herra/default.nix b/modules/hosts/herra/default.nix deleted file mode 100644 index 4e9c74e..0000000 --- a/modules/hosts/herra/default.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ - self, - inputs, - ... -}: { - flake.nixosConfigurations.herra = inputs.nixpkgs.lib.nixosSystem { - modules = [ - self.nixosModules.herraConfiguration - ]; - }; -} |
