Fix formatting

This commit is contained in:
Fabian Hauser 2024-09-26 15:31:58 +03:00
parent 3d2f60e2a2
commit 184580738c
6 changed files with 10 additions and 4 deletions

View file

@ -66,3 +66,7 @@ cards.
# `nixos-install` # `nixos-install`
# `reboot` # `reboot`
# Whoop whoop # Whoop whoop
Enroll Lanzaboot: https://github.com/nix-community/lanzaboote/blob/master/docs/QUICK_START.md
# sudo systemd-cryptenroll --tpm2-device=auto --tpm2-pcrs=0+2+7+12 --wipe-slot=tpm2 /dev/nvme0n1p2

View file

@ -36,6 +36,7 @@ in
boot.loader.timeout = 2; boot.loader.timeout = 2;
boot.tmp.useTmpfs = true; boot.tmp.useTmpfs = true;
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
boot.bootspec.enable = true;
catppuccin.flavor = "mocha"; catppuccin.flavor = "mocha";

View file

@ -24,6 +24,7 @@
"teamviewer" "teamviewer"
"todoist-electron" "todoist-electron"
"todoist-electron-8.10.1" "todoist-electron-8.10.1"
"obsidian"
"davinci-resolve" "davinci-resolve"
"davinci-resolve-18.6.3" "davinci-resolve-18.6.3"

View file

@ -67,7 +67,7 @@
gnome-online-accounts gnome-online-accounts
gnome-control-center gnome-control-center
todoist-electron todoist-electron
marktext obsidian
] ]
++ [ ++ [
# Communication # Communication

View file

@ -3,11 +3,10 @@
{ {
services.emanote = { services.emanote = {
enable = true; enable = true;
# host = "127.0.0.1"; # default listen address is 127.0.0.1 host = "127.0.0.1";
# port = 8080; # default http port is 7000 port = 7000;
notes = [ notes = [
"/home/fhauser/shares/cloud.qo.is/Notes" "/home/fhauser/shares/cloud.qo.is/Notes"
]; ];
# package = emanote.packages.${builtins.currentSystem}.default;
}; };
} }

View file

@ -37,6 +37,7 @@
boot.loader.systemd-boot.enable = lib.mkForce false; boot.loader.systemd-boot.enable = lib.mkForce false;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.initrd.systemd.enable = true;
boot.lanzaboote = { boot.lanzaboote = {
enable = true; enable = true;
pkiBundle = "/etc/secureboot"; pkiBundle = "/etc/secureboot";