forked from pub-solar/infra
flake.nix: Fix usage of self.nixos-flake.lib.mkLinuxSystem
This commit is contained in:
parent
c9beea7f82
commit
5a7d81d787
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
system = "x86_64-linux";
|
||||
in {
|
||||
nixosConfigurations = {
|
||||
nachtigall = self.nixos-flake.lib.mkLinuxSystem system {
|
||||
nachtigall = self.nixos-flake.lib.mkLinuxSystem {
|
||||
imports = [
|
||||
self.nixosModules.common
|
||||
./hosts/nachtigall
|
||||
|
|
Loading…
Add table
Reference in a new issue