testing the new config before pushing to main
This commit is contained in:
parent
a545953c2d
commit
c53123d2c5
38 changed files with 370 additions and 198 deletions
|
|
@ -3,10 +3,16 @@
|
|||
{
|
||||
imports = [
|
||||
./hardware
|
||||
./networking
|
||||
./bootloader
|
||||
./nix
|
||||
./programs
|
||||
./user
|
||||
./displayManager
|
||||
./networking.nix
|
||||
./locale.nix
|
||||
./virtualisation.nix
|
||||
./pipewire.nix
|
||||
./security.nix
|
||||
];
|
||||
|
||||
|
||||
|
|
@ -14,9 +20,6 @@
|
|||
security = {
|
||||
enable = lib.mkEnableOption "Enable security module";
|
||||
};
|
||||
bootloader = {
|
||||
enable = lib.mkEnableOption "Enable systemd bootloader module";
|
||||
};
|
||||
pipewire = {
|
||||
enable = lib.mkEnableOption "Enable pipewire module";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue