mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
feat: adds default but for violet
This commit is contained in:
parent
df6f1dc43e
commit
f368354614
1 changed files with 13 additions and 0 deletions
13
modules/core/default.violet.nix
Normal file
13
modules/core/default.violet.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports =
|
||||
# [(import ./bootloader.nix)]
|
||||
[(import ./hardware.nix)]
|
||||
++ [(import ./network.nix)]
|
||||
++ [(import ./program.nix)]
|
||||
++ [(import ./sshd.nix)]
|
||||
++ [(import ./security.nix)]
|
||||
++ [(import ./services.nix)]
|
||||
++ [(import ./system.nix)]
|
||||
++ [(import ./user.nix)];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue