feat: add set-nix-channel module to manage nix-channel automatically
This commit is contained in:
parent
c0d51ee06d
commit
cf340ca277
9 changed files with 48 additions and 0 deletions
|
|
@ -64,6 +64,7 @@
|
|||
|
||||
# setup network
|
||||
./modules/setupnetwork.nix
|
||||
./modules/set-nix-channel.nix # Automatically manage nix-channel from /var/bento/channel
|
||||
|
||||
|
||||
./hardware-configuration.nix
|
||||
|
|
|
|||
1
hosts/fw/modules/set-nix-channel.nix
Symbolic link
1
hosts/fw/modules/set-nix-channel.nix
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../utils/modules/set-nix-channel.nix
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
./utils/modules/promtail
|
||||
./utils/modules/victoriametrics
|
||||
./utils/modules/netdata.nix
|
||||
./modules/set-nix-channel.nix # Automatically manage nix-channel from /var/bento/channel
|
||||
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
|
|
|||
1
hosts/mail/modules/set-nix-channel.nix
Symbolic link
1
hosts/mail/modules/set-nix-channel.nix
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../utils/modules/set-nix-channel.nix
|
||||
|
|
@ -42,6 +42,7 @@ in {
|
|||
|
||||
# ./modules/steam.nix
|
||||
./modules/fingerprint.nix
|
||||
./modules/set-nix-channel.nix # Automatically manage nix-channel from /var/bento/channel
|
||||
|
||||
./hardware-configuration.nix
|
||||
|
||||
|
|
|
|||
1
hosts/nb/modules/set-nix-channel.nix
Symbolic link
1
hosts/nb/modules/set-nix-channel.nix
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../utils/modules/set-nix-channel.nix
|
||||
|
|
@ -23,6 +23,7 @@
|
|||
./utils/modules/promtail
|
||||
./utils/modules/borgbackup.nix
|
||||
./utils/modules/netdata.nix
|
||||
./modules/set-nix-channel.nix # Automatically manage nix-channel from /var/bento/channel
|
||||
|
||||
./hardware-configuration.nix
|
||||
|
||||
|
|
|
|||
1
hosts/web-arm/modules/set-nix-channel.nix
Symbolic link
1
hosts/web-arm/modules/set-nix-channel.nix
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../utils/modules/set-nix-channel.nix
|
||||
Loading…
Add table
Add a link
Reference in a new issue