task sync changes to all <host>/default.nix
This commit is contained in:
parent
4b20ed8394
commit
4364fb17f1
17 changed files with 81 additions and 195 deletions
|
|
@ -1,20 +1,13 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{ inputs, outputs, lib, config, pkgs, ... }: {
|
||||
imports = [
|
||||
../templates/workstation.nix
|
||||
inputs.nixos-hardware.nixosModules.lenovo-thinkpad-x260
|
||||
inputs.nixos-hardware.nixosModules.common-pc-laptop
|
||||
inputs.nixos-hardware.nixosModules.common-pc-ssd
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
./hardware-configuration.nix
|
||||
# ../disko/sda.nix
|
||||
../workstation
|
||||
];
|
||||
|
||||
networking.hostName = "smaug";
|
||||
variables.address = "100.72.248.81";
|
||||
variables.swayScale = "0.75";
|
||||
|
|
@ -22,8 +15,7 @@
|
|||
roles = {
|
||||
gui.enable = true;
|
||||
kmscon.enable = true;
|
||||
auto-cpufreq.enable = true;
|
||||
gnome-calendar.enable = true;
|
||||
};
|
||||
wm = {sway.enable = true;};
|
||||
wm.sway.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue