add den pattern
This commit is contained in:
@@ -3,34 +3,20 @@
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../modules/home-manager.nix
|
||||
../../modules/common.nix
|
||||
../../modules/users.nix
|
||||
../../modules/locales.nix
|
||||
../../modules/services.nix
|
||||
../../modules/programs.nix
|
||||
../../modules/garbage-collection.nix
|
||||
../../modules/printing.nix
|
||||
../../modules/docker.nix
|
||||
../../modules/teams-for-linux.nix
|
||||
../../modules/azure-data-studio.nix
|
||||
../../modules/filezilla.nix
|
||||
../../modules/wireguard.nix
|
||||
../../modules/remmina.nix
|
||||
../../modules/postman.nix
|
||||
../../modules/gimp.nix
|
||||
../../modules/jq.nix
|
||||
../../modules/enova.nix
|
||||
../../modules/devenv.nix
|
||||
../../modules/bitwarden.nix
|
||||
../../modules/btop.nix
|
||||
../../modules/vlc.nix
|
||||
../../modules/lazygit.nix
|
||||
../../modules/yazi.nix
|
||||
../../modules/bubblewrap.nix
|
||||
../../modules/socat.nix
|
||||
];
|
||||
|
||||
features.modules = {
|
||||
core.enable = true;
|
||||
desktop.enable = true;
|
||||
development.enable = true;
|
||||
hardware.enable = true;
|
||||
multimedia.enable = true;
|
||||
networking.enable = true;
|
||||
security.enable = true;
|
||||
system.enable = true;
|
||||
work.enable = true;
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
@@ -92,5 +78,5 @@
|
||||
"149.210.174.226" = [ "kindertelefoon" ];
|
||||
};
|
||||
|
||||
system.stateVersion = "25.11"; # Did you read the comment?
|
||||
system.stateVersion = "25.11";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user