Compare commits

..

6 Commits

2 changed files with 5 additions and 2 deletions

View File

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

View File

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