From 8febb2fad131dc1ff42a2c667b26b013d64c17b8 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 1 Jun 2024 19:25:59 +0530 Subject: repo: ./nixos -> ./os --- os/lia/configuration.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 os/lia/configuration.nix (limited to 'os/lia/configuration.nix') diff --git a/os/lia/configuration.nix b/os/lia/configuration.nix new file mode 100644 index 0000000..ab4c46b --- /dev/null +++ b/os/lia/configuration.nix @@ -0,0 +1,14 @@ +{ ... }: + +{ + imports = [ + ../common/configuration.nix + ./hardware-configuration.nix + + ./modules/network + ./modules/users.nix + ./modules/lxc.nix + ./modules/sshfwd.nix + ]; +} + -- cgit v1.2.3