Compare commits

..

7 Commits

2 changed files with 2 additions and 5 deletions

View File

@ -5,5 +5,5 @@ My NixOS config
```
git clone https://git.hektormisplon.xyz/hektor/nix.git
cd nix
sudo nix --experimental-features "nix-command flakes" run 'github:nix-community/disko/latest#disko-install' -- --flake .#vm --disk root /dev/vda
sudo nix run 'github:nix-community/disko/latest#disko-install' -- --flake .#vm --disk root /dev/vda
```

View File

@ -33,10 +33,7 @@
nixpkgs.config.allowUnfree = true;
environment.systemPackages = with pkgs; [
neovim
kitty
];
environment.systemPackages = with pkgs; [ neovim, kitty ];
services.spice-vdagentd.enable = true;
services.openssh = {