Integrated box host
This commit is contained in:
20
hosts/box/default.nix
Normal file
20
hosts/box/default.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./dns.nix
|
||||
./radicale.nix
|
||||
./glance.nix
|
||||
./packages.nix
|
||||
./hardware-configuration.nix
|
||||
../../modules/raspberrypi.nix
|
||||
../../modules/common/networking.nix
|
||||
../../modules/common/shell.nix
|
||||
];
|
||||
networking.hostName = "box";
|
||||
networking.firewall.enable = false;
|
||||
# This will be overridden by system/default.nix
|
||||
system.stateVersion = "25.05";
|
||||
}
|
||||
Reference in New Issue
Block a user