mirror of
https://github.com/thiloho/nixos-config.git
synced 2025-11-22 03:21:35 +01:00
Update flake
This commit is contained in:
@@ -23,17 +23,6 @@
|
||||
virtualisation.libvirtd.qemu.swtpm.enable = true;
|
||||
programs.virt-manager.enable = true;
|
||||
|
||||
services = {
|
||||
syncthing = {
|
||||
enable = true;
|
||||
user = "thiloho";
|
||||
overrideFolders = true;
|
||||
configDir = "/home/thiloho/.config/syncthing";
|
||||
dataDir = "/home/thiloho";
|
||||
openDefaultPorts = true;
|
||||
};
|
||||
};
|
||||
|
||||
programs.adb.enable = true;
|
||||
users.users.thiloho.extraGroups = [ "adbusers" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user