Update flake

This commit is contained in:
thiloho
2024-03-21 22:48:49 +01:00
parent 0d89ea8cc5
commit c143fb9c11
3 changed files with 13 additions and 24 deletions

View File

@@ -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" ];