v1 of duckdns update service.
This commit is contained in:
parent
093a4d82e3
commit
45132109d7
8 changed files with 89 additions and 112 deletions
|
@ -25,7 +25,7 @@
|
|||
};
|
||||
};
|
||||
imports = [
|
||||
../../modules/hostopts.nix
|
||||
../../modules/nixos/hostopts.nix
|
||||
../../modules/home-manager
|
||||
];
|
||||
}
|
||||
|
|
|
@ -61,7 +61,7 @@ in {
|
|||
else defaultPasswordHash;
|
||||
|
||||
imports = [
|
||||
../../modules/hostopts.nix
|
||||
../../modules/nixos
|
||||
];
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue