Compare commits

...

4 Commits

Author SHA1 Message Date
k
a20313d46a Merge branch 'master' of https://git.dhilton.xyz/k/nixos_configs
Some checks failed
Verify Nix Flake / verify_build (push) Failing after 1m2s
2025-04-06 22:20:38 +00:00
k
c345431928 kvmgt 2025-04-06 22:18:59 +00:00
k
5b358a7bc1 merge 2025-03-01 22:08:22 +00:00
k
ff16108fb9 canged to nushell 2025-03-01 00:58:47 +00:00
2 changed files with 2 additions and 3 deletions

View File

@ -30,15 +30,13 @@
users = {
motd = "Welcome to the Server";
defaultUserShell = pkgs.zsh;
defaultUserShell = pkgs.nushell;
users = {
k = {
isNormalUser = true;
description = "k";
extraGroups = ["networkmanager" "wheel" "libvirtd"];
openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPKbKVe6gneJ9ghFih3bOeL++iDNPJNIMoZSdNMOsD0I k@laptop"];
packages = with pkgs; [zsh];
shell = pkgs.zsh;
};
docker = {
isNormalUser = true;

View File

@ -17,6 +17,7 @@
virtualisation = {
docker = {enable = true;};
libvirtd = {enable = true;};
kvmgt = {enable = true;};
};
services = {