use stable nixos on vpsfree
This commit is contained in:
parent
a8a06451b1
commit
d5793ce830
2 changed files with 1 additions and 4 deletions
|
@ -133,7 +133,7 @@
|
|||
skinnyv = mkWorkstation nixpkgs-stable "x86_64-linux" "skinnyv";
|
||||
thinky = mkWorkstation nixpkgs-stable "x86_64-linux" "thinky";
|
||||
bolty = mkServer nixpkgs-stable "x86_64-linux" "bolty";
|
||||
vpsfree1 = mkServer nixpkgs-nixos-unstable "x86_64-linux" "vpsfree1";
|
||||
vpsfree1 = mkServer nixpkgs-stable"x86_64-linux" "vpsfree1";
|
||||
mb1 = mkServer nixpkgs-stable "x86_64-linux" "mb1";
|
||||
yoga = mkKiosk nixpkgs-stable "x86_64-linux" "yoga";
|
||||
homescreen = mkRaspi nixpkgs-stable "homescreen";
|
||||
|
|
|
@ -80,9 +80,6 @@ in {
|
|||
mutableUsers = false;
|
||||
allowNoPasswordLogin = true;
|
||||
};
|
||||
disabledModules = [ "services/misc/gitea.nix" ];
|
||||
imports =
|
||||
[ "${inputs.nixpkgs-stable}/nixos/modules/services/misc/gitea.nix" ];
|
||||
services.gitea = {
|
||||
enable = true;
|
||||
stateDir = path;
|
||||
|
|
Loading…
Reference in a new issue