Bare-bones Raspberry box config
This commit is contained in:
23
hosts/oldbox/default.nix
Normal file
23
hosts/oldbox/default.nix
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./dns.nix
|
||||
./glance.nix
|
||||
./packages.nix
|
||||
./hardware-configuration.nix
|
||||
../../modules/userapps/utils.nix
|
||||
../../modules/common/nix.nix
|
||||
../../modules/raspberrypi.nix
|
||||
../../modules/common/networking.nix
|
||||
../../modules/common/shell.nix
|
||||
./user.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