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;
|
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
|
||||||
];
|
];
|
||||||
|
|
|
@ -36,6 +36,7 @@
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
htop-vim
|
htop-vim
|
||||||
|
comma
|
||||||
];
|
];
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
vim
|
vim
|
||||||
wget
|
wget
|
||||||
htop-vim
|
htop-vim
|
||||||
|
comma
|
||||||
];
|
];
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue