Compare commits
2 commits
3da344cd00
...
4150979697
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4150979697 | ||
|
|
dc93ae7c0c |
2 changed files with 1 additions and 3 deletions
|
|
@ -11,7 +11,5 @@ in
|
||||||
self.nixosModules.default
|
self.nixosModules.default
|
||||||
"${modulesPath}/virtualisation/lxc-container.nix"
|
"${modulesPath}/virtualisation/lxc-container.nix"
|
||||||
./configuration.nix
|
./configuration.nix
|
||||||
./hardware-configuration.nix
|
|
||||||
./disko.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
# disko.devices.disk.main.device = "/dev/vda";
|
# disko.devices.disk.main.device = "/dev/vda";
|
||||||
options.internal.disko.default.enable = lib.mkEnableOption "";
|
options.internal.disko.default.enable = lib.mkEnableOption "";
|
||||||
config = lib.mkIf config.internal.disko.enable {
|
config = lib.mkIf config.internal.disko.default.enable {
|
||||||
boot.loader.grub.efiSupport = lib.mkDefault true;
|
boot.loader.grub.efiSupport = lib.mkDefault true;
|
||||||
boot.loader.grub.efiInstallAsRemovable = lib.mkDefault true;
|
boot.loader.grub.efiInstallAsRemovable = lib.mkDefault true;
|
||||||
disko.devices = {
|
disko.devices = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue