Change disko setting for qemu-vm and fix path in flake.nix
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
let
|
let
|
||||||
installDisk = "sda";
|
installDisk = "vda";
|
||||||
bootPartitionSize = "512M";
|
bootPartitionSize = "512M";
|
||||||
swapfileSize = "10G";
|
swapfileSize = "10G";
|
||||||
in {
|
in {
|
||||||
|
@@ -75,7 +75,7 @@
|
|||||||
user = home-manager.lib.homeManagerConfiguration {
|
user = home-manager.lib.homeManagerConfiguration {
|
||||||
inherit pkgs;
|
inherit pkgs;
|
||||||
modules = [
|
modules = [
|
||||||
(./. + "/profiles" + ("/" systemSettings.profile) + "/home.nix")
|
(./. + "/profiles" + ("/" + systemSettings.profile) + "/home.nix")
|
||||||
];
|
];
|
||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit pkgs-stable;
|
inherit pkgs-stable;
|
||||||
|
Reference in New Issue
Block a user