add cookied to cookies vm
This commit is contained in:
parent
85081f33af
commit
496b493efa
4 changed files with 35 additions and 0 deletions
|
@ -19,6 +19,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.cookied = {
|
||||
enable = true;
|
||||
algorithm = "text";
|
||||
text = "🥚🥚🥚You have found the secret Easteregg! Go visit the NOC helpdesk for a free drink of your choice 🐇🐇🐇";
|
||||
};
|
||||
|
||||
# DO NOT CHANGE
|
||||
# this defines the first version of NixOS that was installed on the machine so that programs with non-migratable data files are kept compatible
|
||||
home-manager.users.noc.home.stateVersion = "24.11";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue