Compare commits
No commits in common. "7a72e488b595881d57e8461d9b6c63e4aefdf80e" and "29fd0330e86ad699d224a880d9f357fd6616f7ca" have entirely different histories.
7a72e488b5
...
29fd0330e8
2 changed files with 0 additions and 37 deletions
|
@ -1,16 +0,0 @@
|
||||||
{
|
|
||||||
pkgs,
|
|
||||||
config,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
fileSystems."/home/${config.ccr.username}/torrent" = {
|
|
||||||
device = "//sisko.fleet/torrent";
|
|
||||||
fsType = "cifs";
|
|
||||||
options = let
|
|
||||||
credentials = pkgs.writeText "credentials" ''
|
|
||||||
username=guest
|
|
||||||
password=
|
|
||||||
'';
|
|
||||||
in ["credentials=${credentials},x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s"];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -1,21 +0,0 @@
|
||||||
{
|
|
||||||
services.xserver = {
|
|
||||||
enable = true;
|
|
||||||
videoDrivers = ["amdgpu"];
|
|
||||||
|
|
||||||
# displayManager.gdm.enable = true;
|
|
||||||
# displayManager.defaultSession = "gnome";
|
|
||||||
|
|
||||||
# displayManager.autoLogin.enable = true;
|
|
||||||
# displayManager.autoLogin.user = "sunshine"; # user must exists
|
|
||||||
|
|
||||||
# desktopManager.gnome.enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
users.users.sunshine = {
|
|
||||||
isSystemUser = true;
|
|
||||||
group = "sunshine";
|
|
||||||
};
|
|
||||||
|
|
||||||
users.groups.sunshine = {};
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue