add comma to all hosts

This commit is contained in:
Rouven Seifert 2023-04-14 11:38:08 +02:00
parent 6c923b264d
commit d89fd3a228
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 4 additions and 0 deletions

View file

@ -108,6 +108,7 @@
specialArgs.inputs = attrs; specialArgs.inputs = attrs;
modules = [ modules = [
nixos-hardware.nixosModules.intel-nuc-8i7beh nixos-hardware.nixosModules.intel-nuc-8i7beh
nix-index-database.nixosModules.nix-index
./hosts/nuc ./hosts/nuc
./shared ./shared
sops-nix.nixosModules.sops sops-nix.nixosModules.sops
@ -119,6 +120,7 @@
modules = [ modules = [
./hosts/falkenstein-1 ./hosts/falkenstein-1
./shared ./shared
nix-index-database.nixosModules.nix-index
sops-nix.nixosModules.sops sops-nix.nixosModules.sops
purge.nixosModules.default purge.nixosModules.default
]; ];

View file

@ -36,6 +36,7 @@
vim vim
wget wget
htop-vim htop-vim
comma
]; ];
programs.git = { programs.git = {
enable = true; enable = true;

View file

@ -33,6 +33,7 @@
vim vim
wget wget
htop-vim htop-vim
comma
]; ];
programs.git = { programs.git = {
enable = true; enable = true;