From 7d01bc0001bbd461008230188bd1f65a808b45f6 Mon Sep 17 00:00:00 2001 From: ene Date: Sat, 11 Feb 2023 14:55:47 +0100 Subject: Fix: Rename host for clarity and import home-manager --- hosts/Tiamat/configuration.nix | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 hosts/Tiamat/configuration.nix (limited to 'hosts/Tiamat/configuration.nix') 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"; -} -- cgit 1.4.1