Compare commits
6 Commits
342cc61c08
...
249e0758dc
Author | SHA1 | Date |
---|---|---|
|
249e0758dc | |
|
369c4a4502 | |
|
cc27858ea9 | |
|
f2ee5e10fc | |
|
4e0cdbfe4c | |
|
d7b1e228df |
|
@ -5,5 +5,5 @@ My NixOS config
|
||||||
```
|
```
|
||||||
git clone https://git.hektormisplon.xyz/hektor/nix.git
|
git clone https://git.hektormisplon.xyz/hektor/nix.git
|
||||||
cd nix
|
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
|
||||||
```
|
```
|
||||||
|
|
|
@ -33,7 +33,10 @@
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [ neovim, kitty ];
|
environment.systemPackages = with pkgs; [
|
||||||
|
neovim
|
||||||
|
kitty
|
||||||
|
];
|
||||||
|
|
||||||
services.spice-vdagentd.enable = true;
|
services.spice-vdagentd.enable = true;
|
||||||
services.openssh = {
|
services.openssh = {
|
||||||
|
|
Loading…
Reference in New Issue