forked from Fediversity/Fediversity
Move everything into common
with better names
This commit is contained in:
parent
dedd70dc0e
commit
9c85431a22
7 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ in
|
|||
|
||||
nixos.module = {
|
||||
imports = [
|
||||
./common
|
||||
./nixosConfiguration
|
||||
|
||||
self.nixosModules.ageSecrets
|
||||
];
|
|
@ -16,7 +16,7 @@ let
|
|||
_module.args = { inherit self inputs providers; };
|
||||
imports = [
|
||||
inputs.nixops4-nixos.modules.nixops4Resource.nixos
|
||||
./procolixResource.nix
|
||||
./common/procolixResource.nix
|
||||
(./. + "/${vmName}")
|
||||
];
|
||||
procolixVm.name = vmName;
|
||||
|
|
Loading…
Add table
Reference in a new issue