Compare commits
3 commits
603411fa64
...
1b3a130561
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b3a130561 | |||
| 62e5c673c5 | |||
| 5a8b5a29a2 |
2 changed files with 4 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ let
|
|||
#luminanceHDR # FIXME, build failure
|
||||
xournalpp
|
||||
]
|
||||
++ lib.optionals pkgs.stdenv.isDarwin [
|
||||
++ lib.optionals pkgs.stdenv.isLinux [
|
||||
gimp
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -33,4 +33,7 @@
|
|||
# servers. You should change this only after NixOS release notes say you
|
||||
# should.
|
||||
system.stateVersion = "18.09"; # Did you read the comment?
|
||||
|
||||
# since 25.05, this broke and started to slow down system startup. tpm is currently not utilised on this host, so simply disable.
|
||||
security.tpm2.enable = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue