mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-22 00:04:01 +01:00
Merge pull request #134 from NixOS/srvos-fix
let disko set boot.loader.grub.devices
This commit is contained in:
commit
26f837019e
@ -94,11 +94,11 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1715216666,
|
"lastModified": 1726514355,
|
||||||
"narHash": "sha256-0aTe4zSO5t6Wn+gaW5Bwr+84INd7htOdn3sdmE6/uC0=",
|
"narHash": "sha256-rSwStimaCICZ4Reb5hBMKK0bAPpdN1V9c/5jWKUgBtE=",
|
||||||
"owner": "numtide",
|
"owner": "numtide",
|
||||||
"repo": "srvos",
|
"repo": "srvos",
|
||||||
"rev": "65d83b87b55c9618cf02aa9b9c08ec8adaa08c9d",
|
"rev": "98fd0e8862bf42ba48e61b22239a861e065318fb",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
./checks/flake-module.nix
|
./checks/flake-module.nix
|
||||||
./formatter.nix
|
./formatter.nix
|
||||||
];
|
];
|
||||||
perSystem = { self', system, pkgs, ... }: {
|
perSystem = { self', system, ... }: {
|
||||||
|
|
||||||
checks =
|
checks =
|
||||||
let
|
let
|
||||||
|
@ -56,5 +56,4 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
||||||
boot.loader.grub.devices = lib.mkForce [ "/dev/sda" ];
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user