Skip to content

Commit

Permalink
fix: add configuration revision
Browse files Browse the repository at this point in the history
  • Loading branch information
water-sucks committed Oct 18, 2023
1 parent e473d4a commit 0543c90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hosts/nixos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
networking.hostName = hostname;
users.mutableUsers = false;
programs.fuse.userAllowOther = true; # Used for home.persistence.allowOther options, must be enabled
system.configurationRevision = self.rev or "dirty";
}
(args: {
imports =
Expand Down

0 comments on commit 0543c90

Please sign in to comment.