Add pass to all hosts
This commit is contained in:
parent
5f1f6f351e
commit
0b8068039c
4 changed files with 26 additions and 2 deletions
|
@ -1,4 +1,9 @@
|
|||
{ inputs, username, ... }:
|
||||
{
|
||||
inputs,
|
||||
pkgs,
|
||||
username,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
@ -6,6 +11,10 @@
|
|||
../../users/opdavies
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wl-clipboard
|
||||
];
|
||||
|
||||
features = {
|
||||
cli = {
|
||||
docker.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue