]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - systems/dilion/vms/buildbot_configuration.nix
Squash changes containing private information
[perso/Immae/Config/Nix.git] / systems / dilion / vms / buildbot_configuration.nix
similarity index 87%
rename from modules/private/system/dilion/vms/buildbot_configuration.nix
rename to systems/dilion/vms/buildbot_configuration.nix
index 05b02d42af499b0181555053651dbbded1e3dbf2..622f8ba0a815e3ae7991123342f00eb7524885a9 100644 (file)
@@ -1,9 +1,15 @@
 { pkgs, config, lib, ... }:
 {
   imports = [
-    <nixpkgs/nixos/modules/profiles/qemu-guest.nix>
     ./base_configuration.nix
   ];
+  # This value determines the NixOS release with which your system is
+  # to be compatible, in order to avoid breaking some software such as
+  # database servers. You should change this only after NixOS release
+  # notes say you should.
+  # https://nixos.org/nixos/manual/release-notes.html
+  system.stateVersion = "23.05"; # Did you read the comment?
+
   systemd.services.buildbot-worker.serviceConfig.ExecStartPre = let
     cfg = config.services.buildbot-worker;
     script = pkgs.writeScript "decode-dmi" ''