From 976f90b793f27e4b38297753583c9f3cd24cd7cd Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 11:23:30 +0100 Subject: Feat(hosts): Add lahmu, a vm host --- hosts/lahmu/configuration.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 hosts/lahmu/configuration.nix (limited to 'hosts/lahmu/configuration.nix') diff --git a/hosts/lahmu/configuration.nix b/hosts/lahmu/configuration.nix new file mode 100644 index 00000000..8e78949b --- /dev/null +++ b/hosts/lahmu/configuration.nix @@ -0,0 +1,19 @@ +# vim: ts=2 +{ + config, + lib, + nixpkgs, + home-manager, + ... +}: { + imports = [ + ./hardware + ./networking.nix + + ../../system + + ../../services + ]; + + system.stateVersion = "23.05"; +} -- cgit 1.4.1