Add sudo patch to pruflas
This commit is contained in:
parent
52a74c426c
commit
76240f4392
1 changed files with 3 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue