i like to move it move it
This commit is contained in:
36
modules/collections/desktop.nix
Normal file
36
modules/collections/desktop.nix
Normal file
@@ -0,0 +1,36 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
imports = [
|
||||
### System modules ###
|
||||
../cli-tools.nix
|
||||
../docker.nix
|
||||
../flatpak.nix
|
||||
../gpg.nix
|
||||
../graphical/audio.nix
|
||||
../graphical/code.nix
|
||||
../graphical/emulators.nix
|
||||
../graphical/gamemode.nix
|
||||
../graphical/games.nix
|
||||
../graphical/ime.nix
|
||||
../graphical/obs.nix
|
||||
../graphical/plasma.nix
|
||||
../graphical/shared.nix
|
||||
../hardware/firmware.nix
|
||||
../hardware/nvidia.nix
|
||||
../hardware/ssd.nix
|
||||
../hardware/wooting.nix
|
||||
../kernel.nix # use latest kernel
|
||||
../nftables.nix
|
||||
../nix/index.nix
|
||||
../nix/ld.nix
|
||||
../nix/settings.nix
|
||||
../noise-supression.nix
|
||||
../support/ntfs.nix
|
||||
../tmpfs.nix
|
||||
../virt-manager.nix
|
||||
../wireshark.nix
|
||||
#../fh/forensik.nix
|
||||
#../graphical/hyprland.nix
|
||||
#../hardware/vfio.nix too stupid for this
|
||||
];
|
||||
}
|
||||
35
modules/collections/server.nix
Normal file
35
modules/collections/server.nix
Normal file
@@ -0,0 +1,35 @@
|
||||
{pkgs, ...}:
|
||||
{
|
||||
imports = [
|
||||
### Services ###
|
||||
../services/acme.nix
|
||||
../services/adguard.nix
|
||||
../services/github-runner.nix
|
||||
../services/kavita.nix
|
||||
../services/netdata.nix
|
||||
../services/nextcloud.nix
|
||||
../services/nginx.nix
|
||||
../services/postgres.nix
|
||||
../services/samba.nix
|
||||
../services/ssh.nix
|
||||
../services/step-ca.nix
|
||||
../services/wireguard.nix
|
||||
### Other Modules ###
|
||||
#../games/palworld.nix
|
||||
../backup.nix
|
||||
../cli-tools.nix
|
||||
../cron.nix
|
||||
../docker.nix
|
||||
../fail2ban.nix
|
||||
../firewall.nix
|
||||
../git.nix
|
||||
../hdd-spindown.nix
|
||||
../logging.nix
|
||||
../motd.nix
|
||||
../nix/settings.nix
|
||||
../static-ip.nix
|
||||
../tmpfs.nix
|
||||
### Hardware ###
|
||||
../hardware/ssd.nix
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user