Update ankaa config

This commit is contained in:
2024-09-08 11:38:30 -05:00
committed by Ethan Simmons
parent 34902172ee
commit 5abf1281f5
6 changed files with 36 additions and 23 deletions

View File

@@ -46,7 +46,7 @@
options = {
openssh = {
enable = true;
port = 2222;
allow-password = true;
};
backup = {
@@ -75,7 +75,6 @@
gui = {
enable = true;
protonmail = true;
matrix = true;
gtk = false;
sway = {
@@ -88,12 +87,12 @@
monitor = "DP-2";
resolution = "3440x1440";
refreshRate = 144;
x = 1920;
wallpaper = "solar_system.png";
})
(utils.mkMonitor {
monitor = "HDMI-A-1";
resolution = "1920x1080";
x = 3440;
refreshRate = 75;
})
];
@@ -180,7 +179,7 @@
pkgs = import nixpkgs {
inherit system;
overlays = with overlays; [];
overlays = with overlays; [ printrun ];
config.allowUnfree = true;
};
@@ -213,6 +212,7 @@
{
networking.hostName = hostname;
simmer = config.options;
nix.settings.trusted-users = [ "eesim" ];
}
systemConfig
(./. + "/hosts/${hostname}/hardware-configuration.nix")