testing the new config before pushing to main

This commit is contained in:
ooks-io 2024-01-19 20:28:53 +13:00
parent a545953c2d
commit c53123d2c5
38 changed files with 370 additions and 198 deletions

View file

@ -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";
};