Compare commits
1 Commits
cbdc5a99f2
...
e161df5cc8
Author | SHA1 | Date |
---|---|---|
|
e161df5cc8 |
|
@ -1,9 +1,3 @@
|
|||
# nixos
|
||||
|
||||
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
|
||||
```
|
||||
|
|
|
@ -18,10 +18,6 @@
|
|||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
# These are needed for ZFS
|
||||
|
||||
networking.hostId = "25698a58";
|
||||
# https://discourse.nixos.org/t/zfs-with-disko-faluire-to-import-zfs-pool/61988/3
|
||||
boot = {
|
||||
zfs = {
|
||||
devNodes = "/dev/disk/by-uuid";
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
networking.hostId = "25698a58";
|
||||
networking.hostName = "nixos";
|
||||
networking.wireless = { iwd = { enable = true; }; };
|
||||
networking.firewall = {
|
||||
|
|
Loading…
Reference in New Issue