This commit is contained in:
mjallen
2025-05-27 20:42:12 +00:00
parent 65e1d5ee28
commit 39b20be91e
5 changed files with 12 additions and 10 deletions

View File

@@ -525,8 +525,8 @@
inherit inputs outputs;
};
modules = [
# steamdeck-disko.nixosModules.disko
# ./share/disko/disko.nix
steamdeck-disko.nixosModules.disko
./share/disko/disko.nix
steamdeck-impermanence.nixosModules.impermanence
steamdeck-lanzaboote.nixosModules.lanzaboote
./hosts/deck/configuration.nix

View File

@@ -30,13 +30,14 @@ in
pkiBundle = "/etc/secureboot";
settings = {
console-mode = "max";
};
timeout = "0";
};
configurationLimit = 5;
extraInstallCommands = ''
${pkgs.uutils-coreutils}/bin/uutils-echo "timeout 0
console-mode 1
default nixos-*" > /boot/loader/loader.conf
'';
# extraInstallCommands = ''
# ${pkgs.uutils-coreutils}/bin/uutils-echo "timeout 0
# console-mode 1
# default nixos-*" > /boot/loader/loader.conf
# '';
};
plymouth = {

View File

@@ -10,8 +10,8 @@
../default.nix
./boot.nix
./jovian.nix
./hardware-configuration.nix
./sops.nix
# ./hardware-configuration.nix
];
nixpkgs.config.allowUnfree = true;

View File

@@ -10,7 +10,7 @@ in
mountOptions = [
"mode=755"
"defaults"
"size=2G"
"size=25%"
];
};
# root disk setup

View File

@@ -12,6 +12,7 @@
"/var/lib/waydroid"
"/var/lib/systemd/coredump"
"/etc/NetworkManager/system-connections"
"/etc/secureboot"
{
directory = "/var/lib/colord";
user = "colord";