sourcephile
/
git
/
julm
/
julm-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add given password for hosts/patate/credential.secret to store.
[julm/julm-nix.git]
/
nixos
/
modules.nix
diff --git
a/nixos/modules.nix
b/nixos/modules.nix
index 8ef508fa857666fcca8cee640816cc0b11d6880f..05de4df780139f25bf84b6920e50b73727b80336 100644
(file)
--- a/
nixos/modules.nix
+++ b/
nixos/modules.nix
@@
-1,7
+1,7
@@
-{
pkgs, lib, config,
... }:
+{ ... }:
{
imports = [
- modules/mmsd.nix
modules/security/systemd-creds.nix
+ modules/services/networking/wireguard.nix
];
}