Add sudo patch to pruflas

This commit is contained in:
Tim Schubert 2021-01-30 17:59:24 +01:00
parent 52a74c426c
commit 76240f4392
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -1,4 +1,5 @@
{ config, pkgs, lib, ... }:
with lib;
let
hostName = "pruflas";
this = import ../.. { inherit pkgs; };
@ -9,6 +10,8 @@ let
};
in
{
nixpkgs.overlays = [ this.overlays.sudo ];
imports = [ this.profiles.base ];
nix = {