updates & reduce IPs
This commit is contained in:
parent
55b8c9359e
commit
9f85a364fb
|
@ -8,16 +8,16 @@ rec {
|
||||||
};
|
};
|
||||||
medium = {
|
medium = {
|
||||||
inherit OnStartupSec;
|
inherit OnStartupSec;
|
||||||
OnUnitActiveSec = "24h";
|
OnUnitActiveSec = "16h";
|
||||||
};
|
};
|
||||||
high = {
|
high = {
|
||||||
inherit OnStartupSec;
|
inherit OnStartupSec;
|
||||||
OnUnitActiveSec = "12h";
|
OnUnitActiveSec = "6h";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
remoteBackups = {
|
remoteBackups = {
|
||||||
OnStartupSec = "1h";
|
OnStartupSec = "1h";
|
||||||
OnUnitActiveSec = "48h";
|
OnUnitActiveSec = "8h";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
18
flake.lock
18
flake.lock
|
@ -65,11 +65,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1721135958,
|
"lastModified": 1721534365,
|
||||||
"narHash": "sha256-H548rpPMsn25LDKn1PCFmPxmWlClJJGnvdzImHkqjuY=",
|
"narHash": "sha256-XpZOkaSJKdOsz1wU6JfO59Rx2fqtcarQ0y6ndIOKNpI=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "afd2021bedff2de92dfce0e257a3d03ae65c603d",
|
"rev": "635563f245309ef5320f80c7ebcb89b2398d2949",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -120,11 +120,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1721138476,
|
"lastModified": 1721379653,
|
||||||
"narHash": "sha256-+W5eZOhhemLQxelojLxETfbFbc19NWawsXBlapYpqIA=",
|
"narHash": "sha256-8MUgifkJ7lkZs3u99UDZMB4kbOxvMEXQZ31FO3SopZ0=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "ad0b5eed1b6031efaed382844806550c3dcb4206",
|
"rev": "1d9c2c9b3e71b9ee663d11c5d298727dace8d374",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -168,11 +168,11 @@
|
||||||
},
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1721308608,
|
"lastModified": 1721673663,
|
||||||
"narHash": "sha256-9+sG0T06cECg/WR19qX6k0t1BQz4qMmfB7k9N+1QGS8=",
|
"narHash": "sha256-FErVK9tYpb3fYDw4fQLKoebFVjkP8XcVGSiHrmC2UW0=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "6a52aa02e9c127a4bbdee2412123b6df5caa02de",
|
"rev": "b7d763bbc9218b98314bed6d7495eed12ae84ef4",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
{pkgs, ...}: {home.packages = with pkgs; [gnome.file-roller];}
|
{pkgs, ...}: {home.packages = with pkgs; [file-roller];}
|
||||||
|
|
|
@ -2,15 +2,6 @@
|
||||||
host = "10.0.1.1";
|
host = "10.0.1.1";
|
||||||
containers = {
|
containers = {
|
||||||
storage = "10.0.1.2";
|
storage = "10.0.1.2";
|
||||||
social = "10.0.1.3";
|
jellyfin = "10.0.1.3";
|
||||||
music = "10.0.1.4";
|
|
||||||
forgejo = "10.0.1.5";
|
|
||||||
postgresql = "10.0.1.6";
|
|
||||||
caldav = "10.0.1.7";
|
|
||||||
owncast = "10.0.1.8";
|
|
||||||
jellyfin = "10.0.1.9";
|
|
||||||
grocy = "10.0.1.10";
|
|
||||||
rss = "10.0.1.11";
|
|
||||||
vault = "10.0.1.12";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
networkManagerEnabled = config.networking.networkmanager.enable;
|
networkManagerEnabled = config.networking.networkmanager.enable;
|
||||||
in {
|
in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gnome3.adwaita-icon-theme
|
adwaita-icon-theme
|
||||||
(mkIf networkManagerEnabled pkgs.networkmanagerapplet)
|
(mkIf networkManagerEnabled pkgs.networkmanagerapplet)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@ in {
|
||||||
gnome.hitori
|
gnome.hitori
|
||||||
gnome.atomix
|
gnome.atomix
|
||||||
gnome-tour
|
gnome-tour
|
||||||
gnome.geary
|
geary
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{config, ...}: {
|
{config, ...}: {
|
||||||
services.xserver.libinput.enable = true;
|
services.libinput.enable = true;
|
||||||
powerManagement.enable = true;
|
powerManagement.enable = true;
|
||||||
hardware.acpilight.enable = true;
|
hardware.acpilight.enable = true;
|
||||||
environment.systemPackages = [config.boot.kernelPackages.cpupower];
|
environment.systemPackages = [config.boot.kernelPackages.cpupower];
|
||||||
|
|
Loading…
Reference in a new issue