Fix: lomig home-manager trouble
This commit is contained in:
parent
b4ed93ae49
commit
329c5a1223
3 changed files with 13 additions and 19 deletions
16
flake.nix
16
flake.nix
|
|
@ -64,14 +64,14 @@
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
./hosts/terre-neuvas/configuration.nix
|
./hosts/terre-neuvas/configuration.nix
|
||||||
home-manager-stable.nixosModules.home-manager
|
# home-manager-stable.nixosModules.home-manager
|
||||||
{
|
# {
|
||||||
home-manager = {
|
# home-manager = {
|
||||||
useGlobalPkgs = true ;
|
# useGlobalPkgs = true ;
|
||||||
useUserPackages = true ;
|
# useUserPackages = true ;
|
||||||
extraSpecialArgs = {inherit nvim-config; };
|
# extraSpecialArgs = {inherit nvim-config; };
|
||||||
};
|
# };
|
||||||
}
|
# }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ in {
|
||||||
../../modules/common/nix.nix
|
../../modules/common/nix.nix
|
||||||
../../modules/common/base.nix
|
../../modules/common/base.nix
|
||||||
../../modules/common/smtp.nix
|
../../modules/common/smtp.nix
|
||||||
../../modules/common/qemu.nix
|
# ../../modules/common/qemu.nix
|
||||||
|
|
||||||
../../modules/services/goaccess.nix
|
../../modules/services/goaccess.nix
|
||||||
../../modules/services/wikijs.nix
|
../../modules/services/wikijs.nix
|
||||||
|
|
@ -46,10 +46,10 @@ in {
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager = {
|
# home-manager = {
|
||||||
useGlobalPkgs = true;
|
# useGlobalPkgs = true;
|
||||||
users.lomig = import ../../hm/users/lomig.nix;
|
# users.lomig = import ../../hm/users/lomig.nix;
|
||||||
};
|
# };
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,12 +2,6 @@
|
||||||
let
|
let
|
||||||
globals = import ../../config/globals.nix ;
|
globals = import ../../config/globals.nix ;
|
||||||
in {
|
in {
|
||||||
age.secrets.goaccess-password = {
|
|
||||||
file = ../../secrets/goaccess-password.age;
|
|
||||||
owner = "caddy";
|
|
||||||
group = "caddy";
|
|
||||||
mode = "0400";
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
goaccess
|
goaccess
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue