remove nixpath
This commit is contained in:
@@ -3,12 +3,6 @@
|
|||||||
{
|
{
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
nix.nixPath = [
|
|
||||||
"nixpkgs=https://github.com/NixOS/nixpkgs/archive/b6bbc53029a31f788ffed9ea2d459f0bb0f0fbfc.tar.gz"
|
|
||||||
"nixos-config=/etc/nixos/configuration.nix"
|
|
||||||
"/nix/var/nix/profiles/per-user/root/channels"
|
|
||||||
];
|
|
||||||
|
|
||||||
users.users.drone-server = {
|
users.users.drone-server = {
|
||||||
isSystemUser = true;
|
isSystemUser = true;
|
||||||
group = "drone-server";
|
group = "drone-server";
|
||||||
|
|||||||
Reference in New Issue
Block a user