diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-05 17:51:47 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-05 17:51:47 -0700 |
commit | 971ffcae9bff15eb6ac6723b4d0bba7f7c54bf0f (patch) | |
tree | 428d6a111c5128d1595711260f7245b80a1c9c9a /lib | |
parent | carmel: enable the sound (diff) | |
download | world-971ffcae9bff15eb6ac6723b4d0bba7f7c54bf0f.tar.gz |
create a profile for laptop
Diffstat (limited to 'lib')
-rw-r--r-- | lib/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/default.nix b/lib/default.nix index ccf204e..1a16e1c 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -13,6 +13,7 @@ modules = [ inputs.agenix.nixosModules.age ../modules + ../profiles ../hosts/common ../hosts/${hostname} ./private-wireguard.nix |