parent
e4f5ca2fc9
commit
3d8242b314
22 changed files with 340 additions and 211 deletions
8
nixos/base/configuration.nix
Normal file
8
nixos/base/configuration.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, ... }:
|
||||
with pkgs;
|
||||
{
|
||||
security.sudo.enable = lib.mkForce false;
|
||||
networking = {
|
||||
useHostResolvConf = lib.mkForce false;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue