Move hosts to a dedicated folder
This commit is contained in:
parent
cf27e1ad6a
commit
b08fc5a41e
14 changed files with 310 additions and 207 deletions
13
hosts/nixos-desktop/default.nix
Normal file
13
hosts/nixos-desktop/default.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ pkgs, config, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../profiles/base.nix
|
||||
../../users
|
||||
];
|
||||
|
||||
# Allow to externally control MPD
|
||||
networking.firewall.allowedTCPPorts = [ 6600 ];
|
||||
|
||||
system.stateVersion = "19.09";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue