aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-10-06 16:41:07 +0200
committerKarel Kočí <cynerd@email.cz>2022-10-06 16:41:07 +0200
commitb6e1ce39e11c05b8d4e9d00b62d29162f399f2de (patch)
tree3821312740b2d29462dfe1296bff8865b6ba8e8d /flake.nix
parent129ca0a69defc08cbab0b0840806d3165f45a414 (diff)
downloadnixos-personal-b6e1ce39e11c05b8d4e9d00b62d29162f399f2de.tar.gz
nixos-personal-b6e1ce39e11c05b8d4e9d00b62d29162f399f2de.tar.bz2
nixos-personal-b6e1ce39e11c05b8d4e9d00b62d29162f399f2de.zip
flake: switch to vpsadminos upstream
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index ff46671..dff0b47 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,8 +9,7 @@
#url = "/home/cynerd/projects/nixturris";
inputs.nixpkgs.follows = "nixpkgs";
};
- #vpsadminos.url = "github:vpsfreecz/vpsadminos";
- vpsadminos.url = "github:Cynerd/vpsadminos/nix-flake";
+ vpsadminos.url = "github:vpsfreecz/vpsadminos";
sterm.url = "github:wentasah/sterm";
};
@@ -52,7 +51,7 @@
amd64System = genericSystem { };
vpsSystem = genericSystem {
extra_modules = [
- vpsadminos.nixosConfigurations.default
+ vpsadminos.nixosConfigurations.container
{ boot.loader.systemd-boot.enable = false; }
];
};