Merge pull request #134 from NixOS/srvos-fix

let disko set boot.loader.grub.devices
This commit is contained in:
Jörg Thalheim 2024-09-17 09:50:44 +02:00 committed by GitHub
commit 26f837019e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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" ];
}