laptop: enable samba, docker, nix-serve
This commit is contained in:
parent
ccbef3281f
commit
15357ab1bb
1 changed files with 7 additions and 0 deletions
|
@ -186,6 +186,12 @@ rec {
|
|||
services.packagekit.enable = true;
|
||||
|
||||
services.resolved.enable = false;
|
||||
services.nix-serve.enable = true;
|
||||
|
||||
services.samba.enable = true;
|
||||
services.samba.extraConfig = ''
|
||||
client max protocol = SMB3
|
||||
'';
|
||||
|
||||
# hardware related services
|
||||
services.illum.enable = true;
|
||||
|
@ -204,6 +210,7 @@ rec {
|
|||
libvirtd.enable = true;
|
||||
virtualbox.host.enable = true;
|
||||
virtualbox.host.addNetworkInterface = true;
|
||||
docker.enable = true;
|
||||
};
|
||||
|
||||
# Activation scripts for impure set up of paths in /
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue