add virt
This commit is contained in:
parent
8a501b6d04
commit
816da86e7e
4 changed files with 7 additions and 3 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -450,11 +450,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1776169885,
|
"lastModified": 1776548001,
|
||||||
"narHash": "sha256-l/iNYDZ4bGOAFQY2q8y5OAfBBtrDAaPuRQqWaFHVRXM=",
|
"narHash": "sha256-ZSK0NL4a1BwVbbTBoSnWgbJy9HeZFXLYQizjb2DPF24=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "4bd9165a9165d7b5e33ae57f3eecbcb28fb231c9",
|
"rev": "b12141ef619e0a9c1c84dc8c684040326f27cdcc",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
|
|
@ -40,6 +40,8 @@
|
||||||
setSocketVariable = true;
|
setSocketVariable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
virtualisation.libvirtd.enable = true;
|
||||||
|
programs.virt-manager.enable = true;
|
||||||
# make ZSH shut up about zshrc
|
# make ZSH shut up about zshrc
|
||||||
hjem.users.${config.username}.files.".zshrc".text = "";
|
hjem.users.${config.username}.files.".zshrc".text = "";
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
"wheel"
|
"wheel"
|
||||||
"docker"
|
"docker"
|
||||||
"dialout"
|
"dialout"
|
||||||
|
"libvirtd"
|
||||||
];
|
];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@
|
||||||
self.nixosModules.desktopHardware
|
self.nixosModules.desktopHardware
|
||||||
self.nixosModules.niri
|
self.nixosModules.niri
|
||||||
self.nixosModules.contentCreation
|
self.nixosModules.contentCreation
|
||||||
|
self.nixosModules.communications
|
||||||
# self.nixosModules.hyprland-noctalia
|
# self.nixosModules.hyprland-noctalia
|
||||||
self.nixosModules.librewolf
|
self.nixosModules.librewolf
|
||||||
self.nixosModules.user
|
self.nixosModules.user
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue