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