summaryrefslogtreecommitdiff
path: root/modules/hosts/herra/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hosts/herra/default.nix')
-rw-r--r--modules/hosts/herra/default.nix11
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
- ];
- };
-}