nixos/tests: remove unnecessary stateVersion assignments
This commit is contained in:
parent
6f06066e94
commit
5323b93e9d
2 changed files with 1 additions and 5 deletions
|
@ -21,9 +21,7 @@ import ./make-test-python.nix ({ pkgs, lib, ... }: {
|
|||
modules = lib.singleton {
|
||||
nixpkgs = { inherit (config.nixpkgs) localSystem; };
|
||||
|
||||
containers.foo.config = {
|
||||
system.stateVersion = "18.03";
|
||||
};
|
||||
containers.foo.config = {};
|
||||
};
|
||||
|
||||
# The system is inherited from the host above.
|
||||
|
|
|
@ -37,8 +37,6 @@ in {
|
|||
"d /var/lib/nextcloud-data 0750 nextcloud nginx - -"
|
||||
];
|
||||
|
||||
system.stateVersion = "22.11"; # stateVersion >=21.11 to make sure that we use OpenSSL3
|
||||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
datadir = "/var/lib/nextcloud-data";
|
||||
|
|
Loading…
Reference in a new issue