forked from Yuka/c3h-nixfiles
wip
This commit is contained in:
parent
0fe50a9c62
commit
6bf257dbbb
3 changed files with 10 additions and 9 deletions
|
|
@ -7,14 +7,14 @@
|
|||
../../common
|
||||
|
||||
# services
|
||||
#../../shared-services/pulseaudio.nix
|
||||
../../shared-services/pulseaudio.nix
|
||||
#../../shared-services/nfs-server.nix
|
||||
#../../shared-services/mpd.nix
|
||||
#../../shared-services/ympd.nix
|
||||
#../../shared-services/spotifyd.nix
|
||||
#../../shared-services/desktop.nix
|
||||
#../../shared-services/vnc.nix
|
||||
#../../shared-services/webserver.nix
|
||||
../../shared-services/mpd.nix
|
||||
../../shared-services/ympd.nix
|
||||
../../shared-services/spotifyd.nix
|
||||
../../shared-services/desktop.nix
|
||||
../../shared-services/vnc.nix
|
||||
../../shared-services/webserver.nix
|
||||
];
|
||||
users.users.c3h = {
|
||||
isNormalUser = true;
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
|
||||
hardware.raspberry-pi."4" = {
|
||||
fkms-3d.enable = true;
|
||||
audio.enable = true;
|
||||
#audio.enable = true;
|
||||
};
|
||||
|
||||
system.stateVersion = "21.05";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue