we servering
This commit is contained in:
parent
7688f7e215
commit
594981ca52
4 changed files with 103 additions and 141 deletions
|
|
@ -64,7 +64,6 @@
|
|||
LC_TELEPHONE = "sv_SE.UTF-8";
|
||||
LC_TIME = "sv_SE.UTF-8";
|
||||
};
|
||||
security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
|
|
@ -108,10 +107,14 @@
|
|||
];
|
||||
}; # end environment
|
||||
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
virtualisation = {
|
||||
containers.enable = true;
|
||||
podman = {
|
||||
enable = true;
|
||||
dockerCompat = true;
|
||||
defaultNetwork.settings.dns_enabled = true;
|
||||
}; # end podman
|
||||
oci-containers.backend = "podman";
|
||||
}; # end virtualisation
|
||||
|
||||
users.users.alisceon = {
|
||||
|
|
@ -154,9 +157,9 @@
|
|||
description = "fuzzy completions for xonsh";
|
||||
license = pkgs.lib.licenses.mit;
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
)
|
||||
}; # end meta
|
||||
} # end buildPythonPackage
|
||||
)
|
||||
]; # end extraPackages
|
||||
config = (builtins.readFile ../../home/conf/xonsh/xonshrc);
|
||||
}; # end xonsh
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
security.sudo.wheelNeedsPassword = true;
|
||||
services = {
|
||||
openssh = {
|
||||
enable = true;
|
||||
|
|
@ -9,8 +10,6 @@
|
|||
}; # end openssh
|
||||
}; # end services
|
||||
|
||||
services.fwupd.enable = true;
|
||||
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
devenv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue