feat: big refactor
This commit is contained in:
parent
2c09c21833
commit
ebedec9768
159 changed files with 1927 additions and 2222 deletions
28
hosts/IROH/default.nix
Executable file → Normal file
28
hosts/IROH/default.nix
Executable file → Normal file
|
|
@ -1,17 +1,18 @@
|
|||
{ ... }@inputs: {
|
||||
{ ... }@inputs:
|
||||
{
|
||||
|
||||
imports = [
|
||||
./hardware.nix
|
||||
inputs.nixos-hardware.nixosModules.common-cpu-intel
|
||||
inputs.nixos-hardware.nixosModules.common-pc
|
||||
inputs.nixos-hardware.nixosModules.common-pc-ssd
|
||||
inputs.nixos-hardware.nixosModules.common-gpu-nvidia-nonprime
|
||||
./hardware.nix
|
||||
../../modules
|
||||
];
|
||||
|
||||
networking.hostName = "IROH";
|
||||
|
||||
bchmnn = {
|
||||
|
||||
gui = {
|
||||
enable = true;
|
||||
greeter.enable = false;
|
||||
|
|
@ -24,16 +25,21 @@
|
|||
};
|
||||
bluetooth.enable = false;
|
||||
printing.enable = true;
|
||||
vpn.enable = true;
|
||||
sync.enable = true;
|
||||
|
||||
devenv.enable = true;
|
||||
virtualisation.enable = true;
|
||||
games.enable = true;
|
||||
ratbag.enable = true;
|
||||
|
||||
ai.enable = false;
|
||||
collections = {
|
||||
cli-utils.enable = true;
|
||||
profiling.enable = true;
|
||||
development.enable = true;
|
||||
vpn.enable = true;
|
||||
virtualisation.enable = true;
|
||||
games.enable = true;
|
||||
};
|
||||
|
||||
services = {
|
||||
flare-solvarr.enable = true;
|
||||
jackett.enable = true;
|
||||
syncthing.enable = true;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue