mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-21 15:53:34 +01:00
let disko set boot.loader.grub.devices
This commit is contained in:
parent
6e40879df2
commit
1d64c9dbf7
@ -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": {
|
||||
|
@ -35,7 +35,7 @@
|
||||
./checks/flake-module.nix
|
||||
./formatter.nix
|
||||
];
|
||||
perSystem = { self', system, pkgs, ... }: {
|
||||
perSystem = { self', system, ... }: {
|
||||
|
||||
checks =
|
||||
let
|
||||
|
@ -56,5 +56,4 @@ in
|
||||
};
|
||||
|
||||
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
||||
boot.loader.grub.devices = lib.mkForce [ "/dev/sda" ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user