feat(tyr): fix some conflicts in config
This commit is contained in:
parent
b533d52727
commit
f9bea2df78
3 changed files with 10 additions and 12 deletions
|
@ -134,18 +134,6 @@
|
||||||
# Enable my specific settings
|
# Enable my specific settings
|
||||||
crony.secrets.enable = true;
|
crony.secrets.enable = true;
|
||||||
|
|
||||||
# Optimise storage
|
|
||||||
nix.optimise = {
|
|
||||||
automatic = true;
|
|
||||||
dates = "weekly";
|
|
||||||
};
|
|
||||||
|
|
||||||
nix.gc = {
|
|
||||||
automatic = true;
|
|
||||||
dates = "weekly";
|
|
||||||
options = "--delete-older-than 10d";
|
|
||||||
};
|
|
||||||
|
|
||||||
# setup podman for virtualisation
|
# setup podman for virtualisation
|
||||||
virtualisation = {
|
virtualisation = {
|
||||||
podman = {
|
podman = {
|
||||||
|
|
5
modules/servers/tyr/default.nix
Normal file
5
modules/servers/tyr/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./syncthing.nix
|
||||||
|
];
|
||||||
|
}
|
5
modules/servers/tyr/syncthing.nix
Normal file
5
modules/servers/tyr/syncthing.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
services.syncthing = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue