diff options
Diffstat (limited to 'hosts/tiamat/configuration.nix')
-rw-r--r-- | hosts/tiamat/configuration.nix | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/hosts/tiamat/configuration.nix b/hosts/tiamat/configuration.nix deleted file mode 100644 index 2a21ffb9..00000000 --- a/hosts/tiamat/configuration.nix +++ /dev/null @@ -1,27 +0,0 @@ -# vim: ts=2 -{ - config, - lib, - nixpkgs, - home-manager, - ... -}: { - imports = [ - ./hardware - ./networking.nix - - ../../system - ]; - - soispha = { - fs.backup = { - enable = true; - backupDiskUuid = "d1c6e0f6-1837-40fd-bb29-251d5ea0ddb0"; - }; - users = { - hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6"; # TODO change this to a unique one - }; - }; - - system.stateVersion = "23.05"; -} |