mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
partial host migrations to flake parts
This commit is contained in:
parent
1f779fff49
commit
091cfbdf96
13 changed files with 209 additions and 165 deletions
|
|
@ -1,13 +1,15 @@
|
|||
{ config, ... }:
|
||||
{ inputs, config, ... }:
|
||||
{
|
||||
flake.nixosModules.profile-base = {
|
||||
import = with config.flake.nixosModules; [
|
||||
nix-config
|
||||
boot
|
||||
keys
|
||||
hm # maybe drop and make desktop only?
|
||||
secrets
|
||||
tailscale
|
||||
imports = [
|
||||
inputs.home-manager.nixosModules.home-manager
|
||||
inputs.agenix.nixosModules.default
|
||||
config.flake.nixosModules.nix-config
|
||||
config.flake.nixosModules.boot
|
||||
config.flake.nixosModules.keys
|
||||
config.flake.nixosModules.hm
|
||||
config.flake.nixosModules.secrets
|
||||
config.flake.nixosModules.tailscale
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue