feat(ccl): init
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
networking.hostName = hostname;
|
||||
# don't change this unless you know what you are doing!
|
||||
# for further information, see wiki.nixos.org
|
||||
system.stateVersion = "24.11";
|
||||
system.stateVersion = "25.05";
|
||||
# disable this since we already have machine-id persisted
|
||||
systemd.services."systemd-machine-id-commit".enable = !config.my.persist.enable;
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
home = {
|
||||
# nicely reload system units when changing configs
|
||||
systemd.user.startServices = "sd-switch";
|
||||
home.stateVersion = "24.11";
|
||||
home.stateVersion = "25.05";
|
||||
};
|
||||
|
||||
xdg.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user