Compare commits
7 Commits
249e0758dc
...
342cc61c08
Author | SHA1 | Date |
---|---|---|
|
342cc61c08 | |
|
60dc9583db | |
|
cbdc5a99f2 | |
|
34c02e4049 | |
|
0abaab830e | |
|
fc5a3f4eca | |
|
c5d81f1e9e |
|
@ -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
|
||||
```
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue