about summary refs log tree commit diff stats
path: root/hosts/mammun_on_vm/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hosts/mammun_on_vm/configuration.nix25
1 files changed, 0 insertions, 25 deletions
diff --git a/hosts/mammun_on_vm/configuration.nix b/hosts/mammun_on_vm/configuration.nix
deleted file mode 100644
index 294fc815..00000000
--- a/hosts/mammun_on_vm/configuration.nix
+++ /dev/null
@@ -1,25 +0,0 @@
-# vim: ts=2
-{
-  config,
-  lib,
-  nixpkgs,
-  home-manager,
-  pkgs,
-  ...
-}: {
-  imports = [
-    ./hardware
-    ./networking.nix
-
-    ../../system
-
-    ../../services
-  ];
-  soispha = {
-    users = {
-      hashedPassword = "$y$jDT$O/42/7REOL50onRYcTV9R1$Ot3bPAh2raHmPN3yScP4wsJRtNqrMtTBzOq9oRJeRA0";
-    };
-  };
-
-  system.stateVersion = "23.05";
-}