hosts: fix #142
This commit is contained in:
parent
d20877cd6d
commit
487fa7ea26
@ -64,7 +64,10 @@ let
|
||||
|
||||
nixos = {
|
||||
exact = true;
|
||||
from = nodes.nixos.original;
|
||||
from = {
|
||||
id = "nixos";
|
||||
type = "indirect";
|
||||
};
|
||||
to = {
|
||||
inherit (nixos) lastModified narHash rev;
|
||||
|
||||
@ -72,17 +75,6 @@ let
|
||||
type = "path";
|
||||
};
|
||||
};
|
||||
|
||||
override = {
|
||||
exact = true;
|
||||
from = nodes.override.original;
|
||||
to = {
|
||||
inherit (override) lastModified narHash rev;
|
||||
|
||||
path = override.outPath;
|
||||
type = "path";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
system.configurationRevision = lib.mkIf (self ? rev) self.rev;
|
||||
|
Loading…
Reference in New Issue
Block a user