system/hosts/asus-gl553vd/configs/networking.nix
Dmitriy Pleshevskiy b703b69513
host/asus: use disk to create btrfs luks encrypted
- make: fix rollback command
- flake.lock: add disko module.
- flake.lock: add impermanence module.
- disko: add configuration to create luks-btrfs schema.
- host/asus: add new filesystem configuration (luks-btrfs)
- host/asus: mount user from old partition.
- host/asus: add impermanence module to store system configuration.
2024-05-27 16:28:28 +03:00

11 lines
170 B
Nix

{
networking = {
hostName = "laptop"; # Define your hostname.
networkmanager.enable = true;
useDHCP = false;
interfaces.wlp2s0.useDHCP = true;
};
}