From 7f26288284429e2f186d7dc61de716dbd36ef8c4 Mon Sep 17 00:00:00 2001 From: ene Date: Mon, 20 Feb 2023 01:01:13 +0100 Subject: Feat(flake): Reorder hosts --- hosts/apzu/configuration.nix | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 hosts/apzu/configuration.nix (limited to 'hosts/apzu/configuration.nix') diff --git a/hosts/apzu/configuration.nix b/hosts/apzu/configuration.nix new file mode 100644 index 00000000..8e78949b --- /dev/null +++ b/hosts/apzu/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