diff options
Diffstat (limited to 'hosts/Tiamat/configuration.nix')
-rw-r--r-- | hosts/Tiamat/configuration.nix | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/hosts/Tiamat/configuration.nix b/hosts/Tiamat/configuration.nix deleted file mode 100644 index 8e78949b..00000000 --- a/hosts/Tiamat/configuration.nix +++ /dev/null @@ -1,19 +0,0 @@ -# vim: ts=2 -{ - config, - lib, - nixpkgs, - home-manager, - ... -}: { - imports = [ - ./hardware - ./networking.nix - - ../../system - - ../../services - ]; - - system.stateVersion = "23.05"; -} |