re-enable pocket2 and updates
This commit is contained in:
parent
82e9873969
commit
9096f2e7c6
2 changed files with 20 additions and 4 deletions
|
|
@ -1,4 +1,11 @@
|
|||
{ inputs, config, pkgs, ... }: {
|
||||
{
|
||||
inputs,
|
||||
outputs,
|
||||
libs,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
inputs.nixos-hardware.nixosModules.common-cpu-intel
|
||||
|
|
@ -8,8 +15,17 @@
|
|||
../workstation
|
||||
];
|
||||
networking.hostName = "pocket2";
|
||||
variables.address = "192.168.1.12";
|
||||
variables.swayScale = "1.7";
|
||||
|
||||
roles = { gui.enable = true; };
|
||||
wm = { sway.enable = true; };
|
||||
roles = {
|
||||
citrix.enable = false;
|
||||
zoom.enable = false;
|
||||
gui.enable = true;
|
||||
kmscon.enable = true;
|
||||
games.enable = false;
|
||||
auto-cpufreq.enable = false;
|
||||
gnome-calendar.enable = true;
|
||||
};
|
||||
wm = {sway.enable = true;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue