diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-02-07 12:44:40 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-02-07 13:20:03 +0530 |
commit | 08a6d64d9d71489196838ee63ae52a92f0147508 (patch) | |
tree | c534946fb8a3b29acafe687047f9cab8908481c4 /hosts/lia/configuration.nix | |
parent | 467dc80d65f33cd1d5d2515c84c9ad0297151315 (diff) |
lia/lxc: init
Diffstat (limited to 'hosts/lia/configuration.nix')
-rw-r--r-- | hosts/lia/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/lia/configuration.nix b/hosts/lia/configuration.nix index 1b5a926..37ae805 100644 --- a/hosts/lia/configuration.nix +++ b/hosts/lia/configuration.nix @@ -6,6 +6,7 @@ ../../common.nix ./modules/network ./modules/users.nix + ./modules/lxc.nix ]; } |