let disko set boot.loader.grub.devices

This commit is contained in:
Jörg Thalheim 2024-08-25 10:42:48 +02:00
parent 6e40879df2
commit 1d64c9dbf7
3 changed files with 4 additions and 5 deletions

View File

@ -94,11 +94,11 @@
]
},
"locked": {
"lastModified": 1715216666,
"narHash": "sha256-0aTe4zSO5t6Wn+gaW5Bwr+84INd7htOdn3sdmE6/uC0=",
"lastModified": 1726514355,
"narHash": "sha256-rSwStimaCICZ4Reb5hBMKK0bAPpdN1V9c/5jWKUgBtE=",
"owner": "numtide",
"repo": "srvos",
"rev": "65d83b87b55c9618cf02aa9b9c08ec8adaa08c9d",
"rev": "98fd0e8862bf42ba48e61b22239a861e065318fb",
"type": "github"
},
"original": {

View File

@ -35,7 +35,7 @@
./checks/flake-module.nix
./formatter.nix
];
perSystem = { self', system, pkgs, ... }: {
perSystem = { self', system, ... }: {
checks =
let

View File

@ -56,5 +56,4 @@ in
};
sops.defaultSopsFile = ./secrets/secrets.yaml;
boot.loader.grub.devices = lib.mkForce [ "/dev/sda" ];
}