mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2026-01-02 22:29:52 +01:00
treewide: Move machines/core to profiles/core
This commit is contained in:
parent
b494b01a9c
commit
346f4d6592
8 changed files with 3 additions and 3 deletions
|
|
@ -51,8 +51,8 @@
|
|||
};
|
||||
|
||||
imports = [
|
||||
../machines/core/core.nix
|
||||
../machines/core/nix.nix
|
||||
../profiles/core/core.nix
|
||||
../profiles/core/nix.nix
|
||||
];
|
||||
|
||||
documentation = {
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ let
|
|||
};
|
||||
};
|
||||
|
||||
customModules = import ./core/default.nix;
|
||||
customModules = import ../profiles/core/default.nix;
|
||||
baseModules = [
|
||||
# make flake inputs accessible in NixOS
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue