kazuki: disable user config

This commit is contained in:
Nikodem Rabuliński 2024-01-22 20:38:41 +01:00
parent c84e255380
commit 90b454816c

View file

@ -15,6 +15,8 @@
]; ];
nixpkgs.hostPlatform = "aarch64-linux"; nixpkgs.hostPlatform = "aarch64-linux";
# Not intended for interactive use
settei.user.enable = false;
boot = { boot = {
loader.systemd-boot.enable = true; loader.systemd-boot.enable = true;