From 9ec2a403905b34d872f332cc7fb0aec305faa5f2 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 3 Feb 2024 16:25:15 +0530 Subject: hosts/lia: init --- hosts/lia/configuration.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 hosts/lia/configuration.nix (limited to 'hosts/lia/configuration.nix') diff --git a/hosts/lia/configuration.nix b/hosts/lia/configuration.nix new file mode 100644 index 0000000..1b5a926 --- /dev/null +++ b/hosts/lia/configuration.nix @@ -0,0 +1,11 @@ +{ ... }: + +{ + imports = [ + ./hardware-configuration.nix + ../../common.nix + ./modules/network + ./modules/users.nix + ]; +} + -- cgit v1.2.3