Update ankaa config
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user