Compare commits
No commits in common. "b1536b3b1467276421f152eb666975f7de605f77" and "f30a3305c50b77cb5940c6551340ccabdab0a0d6" have entirely different histories.
b1536b3b14
...
f30a3305c5
4 changed files with 8 additions and 29 deletions
|
|
@ -59,17 +59,6 @@
|
||||||
./programm_configs/wayland.nix
|
./programm_configs/wayland.nix
|
||||||
]);
|
]);
|
||||||
|
|
||||||
# systemdresolved config
|
|
||||||
networking.nameservers = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ];
|
|
||||||
|
|
||||||
services.resolved = {
|
|
||||||
enable = true;
|
|
||||||
dnssec = "true";
|
|
||||||
domains = [ "~." ];
|
|
||||||
fallbackDns = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ];
|
|
||||||
dnsovertls = "true";
|
|
||||||
};
|
|
||||||
|
|
||||||
|
|
||||||
services.gvfs.enable = true;
|
services.gvfs.enable = true;
|
||||||
|
|
||||||
|
|
@ -133,7 +122,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "clara";
|
description = "clara";
|
||||||
initialPassword = "123456";
|
initialPassword = "123456";
|
||||||
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker" "adbusers kvm" ];
|
extraGroups = [ "networkmanager" "wheel" "scanner" "lp" "docker" ];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -332,11 +321,6 @@
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
# Fix for CVE-2022-27470 keeping package from building
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
|
||||||
"SDL_ttf-2.0.11"
|
|
||||||
];
|
|
||||||
|
|
||||||
# backlight
|
# backlight
|
||||||
programs.light.enable = true;
|
programs.light.enable = true;
|
||||||
|
|
||||||
|
|
|
||||||
12
flake.lock
generated
12
flake.lock
generated
|
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744663884,
|
"lastModified": 1735979091,
|
||||||
"narHash": "sha256-a6QGaZMDM1miK8VWzAITsEPOdmLk+xTPyJSTjVs3WhI=",
|
"narHash": "sha256-WpFjt6+8UD81EP386c269ZTqpEmlGJgcPw+OB4b7EBs=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "d5cdf55bd9f19a3debd55b6cb5d38f7831426265",
|
"rev": "11ab08541e61ac3bbf2ab27229f68622629401df",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -22,11 +22,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1744463964,
|
"lastModified": 1735834308,
|
||||||
"narHash": "sha256-LWqduOgLHCFxiTNYi3Uj5Lgz0SR+Xhw3kr/3Xd0GPTM=",
|
"narHash": "sha256-dklw3AXr3OGO4/XT1Tu3Xz9n/we8GctZZ75ZWVqAVhk=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "2631b0b7abcea6e640ce31cd78ea58910d31e650",
|
"rev": "6df24922a1400241dae323af55f30e4318a6ca65",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
5
home.nix
5
home.nix
|
|
@ -96,13 +96,8 @@ in
|
||||||
gvfs
|
gvfs
|
||||||
vdhcoapp
|
vdhcoapp
|
||||||
inkscape
|
inkscape
|
||||||
inkscape-extensions.inkstitch
|
|
||||||
prusa-slicer
|
prusa-slicer
|
||||||
mathematikapkg
|
mathematikapkg
|
||||||
jameica
|
|
||||||
android-tools
|
|
||||||
wireguard-tools
|
|
||||||
sops
|
|
||||||
] ++ (if x11mode then [
|
] ++ (if x11mode then [
|
||||||
arandr
|
arandr
|
||||||
flameshot
|
flameshot
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
name = "platformio-ide";
|
name = "platformio-ide";
|
||||||
publisher = "platformio";
|
publisher = "platformio";
|
||||||
version = "3.3.3";
|
version = "3.3.3";
|
||||||
sha256 = "cVYnFhdeClHhuVaTWRU2IDIA1mFq1iLveZUIhEhMSck=";
|
sha256 = "pcWKBqtpU7DVpiT7UF6Zi+YUKknyjtXFEf5nL9+xuSo=";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue