mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
add comma to all hosts
This commit is contained in:
parent
6c923b264d
commit
d89fd3a228
|
@ -108,6 +108,7 @@
|
|||
specialArgs.inputs = attrs;
|
||||
modules = [
|
||||
nixos-hardware.nixosModules.intel-nuc-8i7beh
|
||||
nix-index-database.nixosModules.nix-index
|
||||
./hosts/nuc
|
||||
./shared
|
||||
sops-nix.nixosModules.sops
|
||||
|
@ -119,6 +120,7 @@
|
|||
modules = [
|
||||
./hosts/falkenstein-1
|
||||
./shared
|
||||
nix-index-database.nixosModules.nix-index
|
||||
sops-nix.nixosModules.sops
|
||||
purge.nixosModules.default
|
||||
];
|
||||
|
|
|
@ -36,6 +36,7 @@
|
|||
vim
|
||||
wget
|
||||
htop-vim
|
||||
comma
|
||||
];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
vim
|
||||
wget
|
||||
htop-vim
|
||||
comma
|
||||
];
|
||||
programs.git = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue