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`
# `reboot`
# 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.tmp.useTmpfs = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.bootspec.enable = true;
catppuccin.flavor = "mocha";

View file

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

View file

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

View file

@ -3,11 +3,10 @@
{
services.emanote = {
enable = true;
# host = "127.0.0.1"; # default listen address is 127.0.0.1
# port = 8080; # default http port is 7000
host = "127.0.0.1";
port = 7000;
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.efi.canTouchEfiVariables = true;
boot.initrd.systemd.enable = true;
boot.lanzaboote = {
enable = true;
pkiBundle = "/etc/secureboot";