mirror of
https://github.com/callumio/nixfiles.git
synced 2026-08-06 20:49:17 +01:00
profiles
This commit is contained in:
parent
85216d6290
commit
1f779fff49
5 changed files with 48 additions and 0 deletions
13
modules/profiles/base.nix
Normal file
13
modules/profiles/base.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
flake.nixosModules.profile-base = {
|
||||
import = with config.flake.nixosModules; [
|
||||
nix-config
|
||||
boot
|
||||
keys
|
||||
hm # maybe drop and make desktop only?
|
||||
secrets
|
||||
tailscale
|
||||
];
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue