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 = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
(import "${home-manager}/nixos")
|
(import "${home-manager}/nixos")
|
||||||
#../../flakes/wishlist/wishlist.nix
|
|
||||||
#../modules/server/nginx.nix
|
#../modules/server/nginx.nix
|
||||||
#../modules/server/ssh.nix
|
#../modules/server/ssh.nix
|
||||||
#../modules/server/fail2ban.nix
|
#../modules/server/fail2ban.nix
|
||||||
|
|
@ -89,12 +88,8 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
subspace = let
|
# TODO: reduce security implications of subspace
|
||||||
# override
|
subspace = {
|
||||||
wishlistBash =
|
|
||||||
pkgs.bash.override {
|
|
||||||
};
|
|
||||||
in {
|
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
shell = pkgs.bash;
|
shell = pkgs.bash;
|
||||||
home = "/home/subspace";
|
home = "/home/subspace";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue