test
This commit is contained in:
parent
152ffca527
commit
2f0aa5f80a
3 changed files with 6 additions and 6 deletions
|
@ -10,7 +10,7 @@
|
|||
sops-nix.url = "github:Mic92/sops-nix"; # Encrypted secrets in Nix configuration files
|
||||
};
|
||||
outputs = {
|
||||
self, nixpkgs, home-manager, lanzaboote, nur, sops-nix, ...
|
||||
self, nixpkgs, home-manager, lanzaboote, nur, sops-nix, ...
|
||||
}@inputs:
|
||||
let
|
||||
inherit (self) outputs;
|
||||
|
|
|
@ -15,5 +15,5 @@
|
|||
./common/software/gui/firefox.nix
|
||||
./common/software/gui/thunderbird.nix
|
||||
./hosts/${hostname}/desktops/${desktop}
|
||||
]
|
||||
];
|
||||
}
|
|
@ -18,10 +18,10 @@
|
|||
# Allow telegraf to talk to other executables it requires:
|
||||
systemd.services.telegraf = {
|
||||
path = with pkgs; [
|
||||
lm_sensors # sensors
|
||||
linuxPackages.nvidia_x11 # nvidia-smi
|
||||
smartmontools # smartctl
|
||||
sudo # sudo
|
||||
lm_sensors # sensors
|
||||
linuxPackages.nvidia_x11 # nvidia-smi
|
||||
smartmontools # smartctl
|
||||
sudo # sudo
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue