Fighting with automatic updates and some other stuff
This commit is contained in:
parent
c85cd1a0c8
commit
e88b04d544
|
@ -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
|
||||
];
|
||||
};
|
||||
|
|
|
@ -19,7 +19,6 @@ in
|
|||
imports = [ ./hardware-configuration.nix ];
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
system.autoUpgrade.enable = lib.mkForce false;
|
||||
|
||||
host = {
|
||||
role = "server";
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
dates = "daily";
|
||||
allowReboot = false;
|
||||
operation = "switch";
|
||||
flags = [ "--commit-lock-file" ];
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue