mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-02-05 13:14:17 -06:00
remove flake ref
This commit is contained in:
parent
dbd18ac9a4
commit
e0e393b16e
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
config,
|
||||
pkgs,
|
||||
enabled,
|
||||
flake,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -26,7 +25,7 @@ in
|
|||
};
|
||||
|
||||
security.polkit = enabled; # attic was looking for this...
|
||||
environment.systemPackages = [ (flake.pkg "lix-atttic").attic-client ];
|
||||
environment.systemPackages = [ pkgs.attic-client ];
|
||||
|
||||
# allow docker to forward the request to the host running attic
|
||||
# https://discourse.nixos.org/t/docker-container-not-resolving-to-host/30259/6
|
||||
|
|
Loading…
Reference in a new issue