mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
removed settings.username
This commit is contained in:
parent
60206e95e1
commit
4f9c434347
11 changed files with 39 additions and 43 deletions
|
|
@ -53,9 +53,6 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit self;
|
||||
settings = {
|
||||
username = "gerg";
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
(import ./modules inputs)
|
||||
|
|
@ -71,9 +68,6 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit self;
|
||||
settings = {
|
||||
username = "games";
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
(import ./modules inputs)
|
||||
|
|
@ -84,9 +78,6 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = {
|
||||
inherit self;
|
||||
settings = {
|
||||
username = "jo";
|
||||
};
|
||||
};
|
||||
modules = [
|
||||
(import ./modules inputs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue