diff options
author | Karel Kočí <cynerd@email.cz> | 2025-03-17 11:56:11 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2025-03-17 11:56:48 +0100 |
commit | 892594e5af26e320b2996abd6ccdb8762d3781c5 (patch) | |
tree | 73c72d9f8157d0b73102815828f02dca6e42a425 /nixos/configurations/errol.nix | |
parent | 06eab68e050f282fc16e6885c97cccf6a828a86f (diff) | |
download | nixos-personal-892594e5af26e320b2996abd6ccdb8762d3781c5.tar.gz nixos-personal-892594e5af26e320b2996abd6ccdb8762d3781c5.tar.bz2 nixos-personal-892594e5af26e320b2996abd6ccdb8762d3781c5.zip |
nixos: add packages and so on
Diffstat (limited to 'nixos/configurations/errol.nix')
-rw-r--r-- | nixos/configurations/errol.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/configurations/errol.nix b/nixos/configurations/errol.nix index e9b0599..0ece262 100644 --- a/nixos/configurations/errol.nix +++ b/nixos/configurations/errol.nix @@ -6,6 +6,7 @@ }: let inherit (lib) mkDefault; in { + system.stateVersion = "24.05"; nixpkgs.hostPlatform.system = "x86_64-linux"; deploy.enable = true; |