updates & reduce IPs

This commit is contained in:
chaos 2024-07-22 20:06:07 +01:00
parent 55b8c9359e
commit 9f85a364fb
No known key found for this signature in database
7 changed files with 17 additions and 26 deletions

View file

@ -8,16 +8,16 @@ rec {
};
medium = {
inherit OnStartupSec;
OnUnitActiveSec = "24h";
OnUnitActiveSec = "16h";
};
high = {
inherit OnStartupSec;
OnUnitActiveSec = "12h";
OnUnitActiveSec = "6h";
};
};
remoteBackups = {
OnStartupSec = "1h";
OnUnitActiveSec = "48h";
OnUnitActiveSec = "8h";
};
}

View file

@ -65,11 +65,11 @@
]
},
"locked": {
"lastModified": 1721135958,
"narHash": "sha256-H548rpPMsn25LDKn1PCFmPxmWlClJJGnvdzImHkqjuY=",
"lastModified": 1721534365,
"narHash": "sha256-XpZOkaSJKdOsz1wU6JfO59Rx2fqtcarQ0y6ndIOKNpI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "afd2021bedff2de92dfce0e257a3d03ae65c603d",
"rev": "635563f245309ef5320f80c7ebcb89b2398d2949",
"type": "github"
},
"original": {
@ -120,11 +120,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1721138476,
"narHash": "sha256-+W5eZOhhemLQxelojLxETfbFbc19NWawsXBlapYpqIA=",
"lastModified": 1721379653,
"narHash": "sha256-8MUgifkJ7lkZs3u99UDZMB4kbOxvMEXQZ31FO3SopZ0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "ad0b5eed1b6031efaed382844806550c3dcb4206",
"rev": "1d9c2c9b3e71b9ee663d11c5d298727dace8d374",
"type": "github"
},
"original": {
@ -168,11 +168,11 @@
},
"nur": {
"locked": {
"lastModified": 1721308608,
"narHash": "sha256-9+sG0T06cECg/WR19qX6k0t1BQz4qMmfB7k9N+1QGS8=",
"lastModified": 1721673663,
"narHash": "sha256-FErVK9tYpb3fYDw4fQLKoebFVjkP8XcVGSiHrmC2UW0=",
"owner": "nix-community",
"repo": "NUR",
"rev": "6a52aa02e9c127a4bbdee2412123b6df5caa02de",
"rev": "b7d763bbc9218b98314bed6d7495eed12ae84ef4",
"type": "github"
},
"original": {

View file

@ -1 +1 @@
{pkgs, ...}: {home.packages = with pkgs; [gnome.file-roller];}
{pkgs, ...}: {home.packages = with pkgs; [file-roller];}

View file

@ -2,15 +2,6 @@
host = "10.0.1.1";
containers = {
storage = "10.0.1.2";
social = "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";
jellyfin = "10.0.1.3";
};
}

View file

@ -9,7 +9,7 @@
networkManagerEnabled = config.networking.networkmanager.enable;
in {
environment.systemPackages = with pkgs; [
gnome3.adwaita-icon-theme
adwaita-icon-theme
(mkIf networkManagerEnabled pkgs.networkmanagerapplet)
];

View file

@ -51,7 +51,7 @@ in {
gnome.hitori
gnome.atomix
gnome-tour
gnome.geary
geary
];
environment.systemPackages = with pkgs; [

View file

@ -1,5 +1,5 @@
{config, ...}: {
services.xserver.libinput.enable = true;
services.libinput.enable = true;
powerManagement.enable = true;
hardware.acpilight.enable = true;
environment.systemPackages = [config.boot.kernelPackages.cpupower];