From c417f127e973491b46f204e397f8152ba5d06254 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 18 Oct 2024 19:27:16 +0200 Subject: refactor(hosts): Move all unmaintained hosts to the `_unmaintained` dir --- hosts/_unmaintained/mammun/default.nix | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 hosts/_unmaintained/mammun/default.nix (limited to 'hosts/_unmaintained/mammun/default.nix') diff --git a/hosts/_unmaintained/mammun/default.nix b/hosts/_unmaintained/mammun/default.nix new file mode 100644 index 00000000..5c66d9fa --- /dev/null +++ b/hosts/_unmaintained/mammun/default.nix @@ -0,0 +1,23 @@ +{ + config, + lib, + nixpkgs, + home-manager, + pkgs, + ... +}: { + imports = [ + ./hardware + ./networking.nix + + ../../sys + ]; + soispha = { + locale.enable = true; + users = { + hashedPassword = "$y$jDT$O/42/7REOL50onRYcTV9R1$Ot3bPAh2raHmPN3yScP4wsJRtNqrMtTBzOq9oRJeRA0"; + }; + }; + + system.stateVersion = "23.05"; +} -- cgit 1.4.1