forked from Yuka/c3h-nixfiles
initial commit
This commit is contained in:
commit
70b89988a9
15 changed files with 485 additions and 0 deletions
25
hosts/nuc/configuration.nix
Normal file
25
hosts/nuc/configuration.nix
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../../common
|
||||
|
||||
# services
|
||||
./pulseaudio.nix
|
||||
./nfs-server.nix
|
||||
./mpd.nix
|
||||
./ympd.nix
|
||||
./spotifyd.nix
|
||||
./desktop.nix
|
||||
./vnc.nix
|
||||
./webserver.nix
|
||||
];
|
||||
|
||||
networking.hostName = "nuc";
|
||||
networking.domain = "c3h";
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
system.stateVersion = "21.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue