steamdeck stuff
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -241,6 +241,13 @@
|
|||||||
inputs.home-manager.follows = "steamdeck-home-manager";
|
inputs.home-manager.follows = "steamdeck-home-manager";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
steamdeck-disko = {
|
||||||
|
# the fork is needed for partition attributes support
|
||||||
|
url = "github:nvmd/disko/gpt-attrs";
|
||||||
|
# url = "github:nix-community/disko";
|
||||||
|
inputs.nixpkgs.follows = "steamdeck-nixpkgs";
|
||||||
|
};
|
||||||
|
|
||||||
#####################################################
|
#####################################################
|
||||||
# MacBook #
|
# MacBook #
|
||||||
#####################################################
|
#####################################################
|
||||||
@@ -317,6 +324,7 @@
|
|||||||
steamdeck-nixos-hardware,
|
steamdeck-nixos-hardware,
|
||||||
steamdeck-sops-nix,
|
steamdeck-sops-nix,
|
||||||
steamdeck-steam-rom-manager,
|
steamdeck-steam-rom-manager,
|
||||||
|
steamdeck-disko,
|
||||||
|
|
||||||
# MacBook
|
# MacBook
|
||||||
nix-darwin,
|
nix-darwin,
|
||||||
@@ -513,7 +521,7 @@
|
|||||||
inherit inputs outputs;
|
inherit inputs outputs;
|
||||||
};
|
};
|
||||||
modules = [
|
modules = [
|
||||||
pi4-disko.nixosModules.disko
|
steamdeck-disko.nixosModules.disko
|
||||||
./share/disko/disko.nix
|
./share/disko/disko.nix
|
||||||
steamdeck-impermanence.nixosModules.impermanence
|
steamdeck-impermanence.nixosModules.impermanence
|
||||||
steamdeck-lanzaboote.nixosModules.lanzaboote
|
steamdeck-lanzaboote.nixosModules.lanzaboote
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
let
|
let
|
||||||
rootDisk = "/dev/sda";
|
rootDisk = "/dev/nvme0n1";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
disko.devices.disk.main.imageSize = "32G";
|
disko.devices.disk.main.imageSize = "32G";
|
||||||
|
|||||||
Reference in New Issue
Block a user