generated from john/nix-docker
actually added loki back to it
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
${hostname} = nixpkgs.lib.nixosSystem {
|
${hostname} = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
specialArgs = {inherit inputs outputs;};
|
specialArgs = {inherit inputs outputs;};
|
||||||
|
# pkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||||
modules = [
|
modules = [
|
||||||
./configuration.nix # > Our main nixos configuration file <
|
./configuration.nix # > Our main nixos configuration file <
|
||||||
"${nixpkgs}/nixos/modules/virtualisation/proxmox-lxc.nix"
|
"${nixpkgs}/nixos/modules/virtualisation/proxmox-lxc.nix"
|
||||||
@@ -43,6 +44,7 @@
|
|||||||
})
|
})
|
||||||
vscode-server.nixosModules.default
|
vscode-server.nixosModules.default
|
||||||
({ config, pkgs, ... }: {services.vscode-server.enable = true;})
|
({ config, pkgs, ... }: {services.vscode-server.enable = true;})
|
||||||
|
(import ./loki.nix { pkgs = nixpkgs.legacyPackages.${system}; userName = "${lokiUser}";})
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user