1
0
Fork 0

Switch automatic updates to daily

This commit is contained in:
Aires 2024-05-21 23:54:41 -04:00
parent 1335b28429
commit 93630bb1ec
4 changed files with 16 additions and 12 deletions

View file

@ -250,11 +250,11 @@
"nix-secrets": {
"flake": false,
"locked": {
"lastModified": 1716145708,
"narHash": "sha256-Gi1faBK1OULCJvjxhLPNusfFBMMkKeE9YTIZtiCjUPA=",
"lastModified": 1716252757,
"narHash": "sha256-gTTs8PX/Rh6XNrglcVokmyee6kqAIZ2JL8W89n5aau0=",
"ref": "refs/heads/main",
"rev": "104d68506e51dc5d5526f122747c0da4cbf6756a",
"revCount": 29,
"rev": "1bc67c9f5e4cfc11ff664b9d8a447276408638bd",
"revCount": 30,
"type": "git",
"url": "file:///home/aires/Development/nix-configuration/nix-secrets"
},
@ -265,11 +265,11 @@
},
"nixos-hardware": {
"locked": {
"lastModified": 1715529644,
"narHash": "sha256-5zLGr8IDwzVuA6FhpaacAP0MxsUFUbABpF6ZTnJ/KXg=",
"lastModified": 1716214200,
"narHash": "sha256-ivQlBlSxC1mrBepFc3CeqUqFcsoQelpgxseA7YYtyAw=",
"owner": "8bitbuddhist",
"repo": "nixos-hardware",
"rev": "a1dc5cd106dd23416447f5776415c00b2581102e",
"rev": "704f05a3c8f8beb1d08837f43670c44946faad66",
"type": "github"
},
"original": {
@ -313,11 +313,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1715961556,
"narHash": "sha256-+NpbZRCRisUHKQJZF3CT+xn14ZZQO+KjxIIanH3Pvn4=",
"lastModified": 1716293225,
"narHash": "sha256-pU9ViBVE3XYb70xZx+jK6SEVphvt7xMTbm6yDIF4xPs=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "4a6b83b05df1a8bd7d99095ec4b4d271f2956b64",
"rev": "3eaeaeb6b1e08a016380c279f8846e0bd8808916",
"type": "github"
},
"original": {

View file

@ -12,6 +12,7 @@
kdeconnect.enable = true;
media.enable = true;
office.enable = true;
recording.enable = true;
social.enable = true;
writing.enable = true;
};

View file

@ -26,7 +26,10 @@
];
# Avoid signature verification messages when doing remote builds
trusted-users = [ config.users.users.aires.name ];
trusted-users = [
config.users.users.aires.name
config.users.users.gremlin.name
];
};
# Enable periodic nix store optimization

View file

@ -27,7 +27,7 @@
flake = "${config.users.users.aires.home}/Development/nix-configuration";
dates = "daily";
allowReboot = false;
operation = "boot"; # Don't switch, just create a boot entry
operation = "switch";
};
# Enable fwupd (firmware updater)