1
0
Fork 0

Fighting with automatic updates and some other stuff

This commit is contained in:
Aires 2024-05-28 12:14:40 -04:00
parent c85cd1a0c8
commit e88b04d544
4 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
# Hardware configurations
#nixos-hardware.url = "git+https://code.8bitbuddhism.com/aires/nixos-hardware?ref=master";
nixos-hardware.url = "git+https://github.com/NixOS/nixos-hardware?ref=master";
nixos-hardware.url = "git+https://github.com/NixOS/nixos-hardware?ref=master";
# Home-manager
home-manager = {
@ -99,7 +99,7 @@
system = "x86_64-linux";
modules = defaultModules ++ [
nixos-hardware.nixosModules.common-cpu-intel
nixos-hardware.nixosModules.common-gpu-intel
nixos-hardware.nixosModules.common-gpu-intel
./hosts/Dimaga
];
};

View file

@ -19,7 +19,6 @@ in
imports = [ ./hardware-configuration.nix ];
system.stateVersion = "24.05";
system.autoUpgrade.enable = lib.mkForce false;
host = {
role = "server";

View file

@ -33,6 +33,7 @@
dates = "daily";
allowReboot = false;
operation = "switch";
flags = [ "--commit-lock-file" ];
};
services = {

View file

@ -72,7 +72,7 @@ in
labels = [
"nix:docker://nixos/nix" # Shoutout to Icewind 1991 for this syntax: https://icewind.nl/entry/gitea-actions-nix/
"debian:docker://node:20-bullseye"
"ubuntu-latest:docker://ubuntu:latest"
"ubuntu-latest:docker://ubuntu:latest"
];
settings = {
# For an example of configuring in Nix: https://git.clan.lol/clan/clan-infra/src/branch/main/modules/web01/gitea/actions-runner.nix