fix: All machine have they own hardware
This commit is contained in:
parent
1637885001
commit
4070c37cc5
17 changed files with 286 additions and 103 deletions
|
|
@ -3,20 +3,13 @@
|
|||
{
|
||||
system.stateVersion = "25.11";
|
||||
|
||||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
./package.nix
|
||||
./host.nix
|
||||
./default.nix
|
||||
./module/nginx.nix
|
||||
./module/newt.nix
|
||||
./module/tailscale.nix
|
||||
|
||||
./module/searXNG.nix
|
||||
./module/roundcube.nix
|
||||
./module/vaultWarden.nix
|
||||
];
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./package.nix
|
||||
./host.nix
|
||||
./default.nix
|
||||
./module
|
||||
];
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue