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, ... }:
|
{ config, pkgs, lib, ... }:
|
||||||
|
with lib;
|
||||||
let
|
let
|
||||||
hostName = "pruflas";
|
hostName = "pruflas";
|
||||||
this = import ../.. { inherit pkgs; };
|
this = import ../.. { inherit pkgs; };
|
||||||
|
@ -9,6 +10,8 @@ let
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
nixpkgs.overlays = [ this.overlays.sudo ];
|
||||||
|
|
||||||
imports = [ this.profiles.base ];
|
imports = [ this.profiles.base ];
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue