diff options
author | sinanmohd <sinan@sinanmohd.com> | 2024-02-03 16:25:15 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2024-02-03 16:26:20 +0530 |
commit | 9ec2a403905b34d872f332cc7fb0aec305faa5f2 (patch) | |
tree | b13c827486cceaaad5c9f630ba492df711c0e4d6 /hosts/lia/configuration.nix | |
parent | 45f07b6392cfba92912e7488749523b91c764f4f (diff) |
hosts/lia: init
Diffstat (limited to 'hosts/lia/configuration.nix')
-rw-r--r-- | hosts/lia/configuration.nix | 11 |
1 files changed, 11 insertions, 0 deletions
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 + ]; +} + |