mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
move aspects into folder
This commit is contained in:
parent
bcf0553529
commit
8229eb8fba
8 changed files with 2 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
{ lib, ... }:
|
||||
{
|
||||
options.keys = lib.mkOption {
|
||||
default = import ../lib/keys.nix;
|
||||
default = import ../../lib/keys.nix;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
@ -3,6 +3,6 @@
|
|||
flake.nixosModules.secrets =
|
||||
{ ... }:
|
||||
{
|
||||
imports = [ ../secrets/secrets-configuration.nix ];
|
||||
imports = [ ../../secrets/secrets-configuration.nix ];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue