mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fixed systemwide nixconf
This commit is contained in:
parent
b49def46ac
commit
6e756eabae
2 changed files with 5 additions and 11 deletions
|
|
@ -1,13 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
allow-import-from-derivation = true
|
||||
sandbox = true
|
||||
'';
|
||||
};
|
||||
|
||||
{
|
||||
security.sudo.extraConfig = ''
|
||||
Defaults lecture = always
|
||||
Defaults lecture_file = ${pkgs.writeText "sudo_lecture_file" ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue