Subspace uses nixpkgs.wishlist not my fork
This commit is contained in:
parent
30f3b04fb0
commit
2cbf2f83a4
1 changed files with 2 additions and 7 deletions
|
|
@ -12,7 +12,6 @@ in {
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
(import "${home-manager}/nixos")
|
||||
#../../flakes/wishlist/wishlist.nix
|
||||
#../modules/server/nginx.nix
|
||||
#../modules/server/ssh.nix
|
||||
#../modules/server/fail2ban.nix
|
||||
|
|
@ -89,12 +88,8 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
subspace = let
|
||||
# override
|
||||
wishlistBash =
|
||||
pkgs.bash.override {
|
||||
};
|
||||
in {
|
||||
# TODO: reduce security implications of subspace
|
||||
subspace = {
|
||||
isNormalUser = true;
|
||||
shell = pkgs.bash;
|
||||
home = "/home/subspace";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue