Updated and moved from 'system' to 'stdenv.hostPlatform.system'

This commit is contained in:
2025-12-05 22:14:25 +01:00
parent 82c8e46302
commit 6fc3e0a38c
3 changed files with 80 additions and 59 deletions

View File

@@ -11,14 +11,5 @@
networking.hostName = "katana"; # Define your hostname.
# I still don't know why my configuration fails if i omit this
system.userActivationScripts = {
removeConflictingFiles = {
text = ''
rm -f /home/${currentSystemUser}/.gtkrc-2.0.backup
'';
};
};
system.stateVersion = "24.05"; # Did you read the comment?
}