clean up networking on tailnet + add nixos-hardware defs missing
This commit is contained in:
parent
e32816dcf6
commit
e74232ef70
1 changed files with 3 additions and 0 deletions
|
|
@ -1,11 +1,14 @@
|
||||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
||||||
|
inputs.nixos-hardware.nixosModules.common-pc-laptop
|
||||||
|
inputs.nixos-hardware.nixosModules.common-pc-ssd
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
# ../disko/sda.nix
|
# ../disko/sda.nix
|
||||||
../workstation
|
../workstation
|
||||||
];
|
];
|
||||||
networking.hostName = "smaug";
|
networking.hostName = "smaug";
|
||||||
|
variables.addresses = "100.72.224.76";
|
||||||
variables.swayScale = "0.75";
|
variables.swayScale = "0.75";
|
||||||
|
|
||||||
roles = {
|
roles = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue