minor updates
This commit is contained in:
parent
3e1a2d075f
commit
b6c81fd346
2 changed files with 44 additions and 33 deletions
|
@ -85,7 +85,7 @@
|
|||
appimage-run
|
||||
xwayland-satellite
|
||||
xwayland-run
|
||||
bibata-cursors
|
||||
cifs-utils
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
|
@ -191,11 +191,6 @@
|
|||
|
||||
services.fstrim.enable = true;
|
||||
|
||||
services.samba = {
|
||||
enable = true;
|
||||
package = pkgs.sambaFull;
|
||||
};
|
||||
|
||||
services.logind = {
|
||||
extraConfig = ''
|
||||
IdleAction=lock
|
||||
|
@ -313,6 +308,7 @@
|
|||
};
|
||||
|
||||
programs.labwc.enable = true;
|
||||
programs.ssh.startAgent = true;
|
||||
|
||||
programs.nh = {
|
||||
enable = true;
|
||||
|
@ -599,6 +595,15 @@
|
|||
openFirewall = true;
|
||||
nssmdns4 = true;
|
||||
};
|
||||
services.samba = {
|
||||
enable = true;
|
||||
package = pkgs.sambaFull;
|
||||
openFirewall = true;
|
||||
};
|
||||
services.samba-wsdd = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
# add user accounts
|
||||
users.users.emenel = {
|
||||
|
@ -625,6 +630,12 @@
|
|||
];
|
||||
};
|
||||
|
||||
# fileSystems."/mnt/media" = {
|
||||
# device = "//filez.local/Media";
|
||||
# type = "cifs";
|
||||
|
||||
# };
|
||||
|
||||
#do not change
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue