fix VM
This commit is contained in:
parent
c4eae904f3
commit
c5dcfce75f
2 changed files with 18 additions and 18 deletions
32
flake.nix
32
flake.nix
|
|
@ -312,23 +312,23 @@
|
||||||
{ nixpkgs.overlays = [ apple-silicon.overlays.apple-silicon-overlay ]; }
|
{ nixpkgs.overlays = [ apple-silicon.overlays.apple-silicon-overlay ]; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
alien = mkNixosSystem {
|
||||||
alien =
|
hostname = "alien";
|
||||||
mkNixosSystem {
|
system = "x86_64-linux";
|
||||||
hostname = "alien";
|
extraModules = [
|
||||||
system = "x86_64-linux";
|
{
|
||||||
extraModules = [
|
nixpkgs.overlays = [ nix-cachyos-kernel.overlays.pinned ];
|
||||||
{ nixpkgs.overlays = [ nix-cachyos-kernel.overlays.pinned ]; }
|
|
||||||
];
|
|
||||||
}
|
|
||||||
// nixpkgs.lib.genAttrs supportedSystems (
|
|
||||||
system:
|
|
||||||
mkNixosSystem {
|
|
||||||
hostname = "vm-generic";
|
|
||||||
inherit system;
|
|
||||||
}
|
}
|
||||||
);
|
];
|
||||||
};
|
};
|
||||||
|
}
|
||||||
|
// nixpkgs.lib.genAttrs supportedSystems (
|
||||||
|
system:
|
||||||
|
mkNixosSystem {
|
||||||
|
hostname = "vm-generic";
|
||||||
|
inherit system;
|
||||||
|
}
|
||||||
|
);
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
peach = mkHomeConfig {
|
peach = mkHomeConfig {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{ catppuccin, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
home-manager.users.sckova = {
|
home-manager.users.sckova = {
|
||||||
imports = [ catppuccin.homeModules.catppuccin ];
|
imports = [ ];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.spice-vdagentd.enable = true;
|
services.spice-vdagentd.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue