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/lahmu/default.nix | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 hosts/_unmaintained/lahmu/default.nix (limited to 'hosts/_unmaintained/lahmu/default.nix') diff --git a/hosts/_unmaintained/lahmu/default.nix b/hosts/_unmaintained/lahmu/default.nix new file mode 100644 index 00000000..94d8b054 --- /dev/null +++ b/hosts/_unmaintained/lahmu/default.nix @@ -0,0 +1,24 @@ +{ + config, + lib, + nixpkgs, + home-manager, + ... +}: { + imports = [ + ./hardware + ./networking.nix + + ../../sys + ]; + + soispha = { + locale.enable = true; + users = { + # enable = true; + hashedPassword = "$y$jFT$qi3wS9njrMl2y55b3NOBI0$j40Qt6AAkMSfZ82KPhqMaUaPztWtPps1wOqaXaF/L.6"; + }; + }; + + system.stateVersion = "23.05"; +} -- cgit 1.4.1