mirror of
https://codeberg.org/muon/home.git
synced 2026-03-08 03:25:16 +00:00
Merge cal and git
This commit is contained in:
commit
4e24f37ab8
7 changed files with 36 additions and 5 deletions
|
|
@ -11,6 +11,7 @@ in {
|
|||
# System
|
||||
mods.user.name = "muon";
|
||||
networking.hostName = cfg.user.name;
|
||||
networking.hostId = "a230906f";
|
||||
mods.home.file = ./home.nix;
|
||||
|
||||
# Modules
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@
|
|||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
boot.extraModulePackages = [ ];
|
||||
boot.supportedFilesystems = [ "zfs" "ntfs" "btrfs" ];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/03e49688-cc62-49c9-a906-e2ea87a38891";
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
vault = 3005;
|
||||
git = 3006;
|
||||
cal = 3007;
|
||||
chat = 3008;
|
||||
|
||||
search = 8081;
|
||||
videos = 8082;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue