maud: enable nix sandbox
This commit is contained in:
parent
1ef82190d4
commit
09ba55ce2f
|
@ -19,7 +19,6 @@
|
|||
|
||||
environment.variables.EDITOR = "nvim";
|
||||
|
||||
services.nix-daemon.enable = true;
|
||||
programs = {
|
||||
fish = {
|
||||
enable = true;
|
||||
|
@ -75,7 +74,11 @@
|
|||
|
||||
environment.loginShell = "${pkgs.fish}/bin/fish";
|
||||
|
||||
nix.settings.experimental-features = "nix-command flakes";
|
||||
services.nix-daemon.enable = true;
|
||||
nix.settings = {
|
||||
sandbox = true;
|
||||
experimental-features = "nix-command flakes";
|
||||
};
|
||||
|
||||
nixpkgs.overlays = [ inputs.lix-module.overlays.default ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue