nixos: services: quassel: persist data

This commit is contained in:
Bruno BELANYI 2021-11-05 21:51:04 +01:00
parent e55308b596
commit e77e65201c

View file

@ -46,5 +46,9 @@ in
# Because Quassel does not use the socket, I simply trust its connection # Because Quassel does not use the socket, I simply trust its connection
authentication = "host quassel quassel localhost trust"; authentication = "host quassel quassel localhost trust";
}; };
my.system.persist.directories = [
config.services.quassel.dataDir
];
}; };
} }